/*your custom css goes here*/
.color-red-700 {
  color: #d32f2f;
}
.form-group .error{
    color: #d32f2f;
}

.has-danger label{
    color: #f4516c;
}

.has-danger .form-control-feedback {
    color: #f4516c;
}


@media only screen and (max-width: 600px) {
  .hide_logo_mobile {
    display:none !important;
  }
  
  .aiz-cookie-alert{
	   display:none !important;
  }
}
.dropdown-toggle {
    display: -ms-flexbox;
   /* display: flex;*/
    -ms-flex-align: center;
    align-items: center;
	 display: none !important;
}