.TicketFormLeftContainer__title::before{
 	 	content:"This service is exclusive for our Professional and Corporate users. If you want to open a ticket regarding the Community version, please head over to our GitHub project. If you're using a Demo license, please contact your PoC via email.";
  		position:absolute;
  		top:45px;
  		left:0px; 
}
.TicketFormLeftContainer__title{
 position:relative; 
  margin-bottom:70px;
}
@media only screen and (max-width: 737px){
 	.TicketFormLeftContainer__title{
      	margin-bottom:130px;
  }
}

#submiteaticket
{
  text-decoration: none; 
  color: #008ecc;
}

#submiteaticket.visited
{
  color: white;
}

.Header__header {
    padding-bottom: 600px;
}
.Header__welcomeDescription {
    color: #718798;
}

.Header__logo {
min-height: auto;
}
.Header__defaultContent {
    background-position: 20% center!important;
}
 .Header__headerBg{
    background-position: 20% center!important;
    padding-bottom: 200px;
}
.BreadCrumbs__breadcrumbsView {
    color: #f303133;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
