/* Cubic Bezier Transition */
/***
Login page
***/
/*.login_logo {
    width: auto; 
    height: auto; 
    max-width: 340px; } */
.login .logo {
  background-color: #003c69 !important;
  margin: -20px !important;
  padding: 23px !important;
  width: 96% !important;
  height: 170px;
  /* max-width: 402px; */
}
.login .content {
  opacity: 1;
  filter: alpha(opacity=1);
  width: 420px;
}
.login .content h1 {
  margin-bottom: 25px;
}
.form-group {
  margin-bottom: 5px;
}
.login .content .form-control {
  height: 35px;
  color: #2e2e2e !important;
}
.login .content .form-control::-moz-placeholder {
  color: #2e2e2e;
  opacity: 1;
}
.login .content .form-control:-ms-input-placeholder {
  color: #2e2e2e;
}
.login .content .form-control::-webkit-input-placeholder {
  color: #2e2e2e;
}
@media (max-width: 767px) {
  .login .logo {
    max-width: 402px;
  }
  .login .content {
    width: 420px;
  }
}
@media (max-width: 440px) {
  .login .logo {
    padding: 15px;
  }
  .bs-glyphicon-class {
    margin-bottom: 10px;
  }
  .login .content {
    width: 280px;
  }
  .login .content .form-actions .btn {
    padding: 6px 12px !important;
  }
  .login .content .create-account .btn {
    padding: 6px 12px !important;
  }
  .login .content .forget-password {
    float: none;
  }
  .mt-checkbox {
    padding-left: 22px;
  }
  .mt-checkbox-inline .mt-checkbox {
    margin-right: 2px;
  }
}
.center {
  text-align: center;
}
.login .content .content-logo {
  margin: 0 -40px -30px;
  padding: 10px 0 10px;
  text-align: center;
  /* background-color: #fff !important; */
}
.form-group {
  margin-bottom: 5px;
}
.login .content .form-control {
  background-color: #ffffff !important;
  border: 1px solid #292929 !important;
  border-radius: 4px !important ;
  opacity: 1;
  top: 325px;
  left: 502px;
  width: 363px;
  height: 28px;
}
.form-control::-webkit-input-placeholder {
  color: #2e2e2e !important;
} /* WebKit, Blink, Edge */
.form-control::-moz-placeholder {
  color: #2e2e2e !important;
} /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #2e2e2e !important;
} /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #2e2e2e !important;
} /* Microsoft Edge */
.has-error .help-block {
  font-size: 11px;
  display:none !important;
}
.register_back {
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
.login .content h3 {
  font-weight: 700 !important;
}
.mt-checkbox {
  font-size: 12px;
  margin-bottom: 0px;
  color: #fff;
}
.margin-bottom {
  margin-bottom: 10px;
}
.mt-checkbox-inline {
  padding: 0 0 10px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px 0;
}
.mt-checkbox > span:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.lang {
  padding: 1px 10px !important;
  margin-right: 27px;
}
.dropdown-menu {
  min-width: 125px;
}
/* .login .content .form-actions {
    padding: 5px 30px 5px;
} */
.text-left {
  text-align: left;
}
.font-18 {
  font-size: 18px;
}
.button_lang a {
  cursor: pointer;
  color: #fff;
  padding: 3px 6px;
  border-radius: 10px;

  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.button_lang a:hover,
.current_lang a {
  background-color: #fff;
  color: #34392b;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.button_lang a:focus,
.current_lang.button_lang a:focus {
  border: #fff 1px solid;
}

.button_lang a:focus {
  color: #34392b;
}

.current_lang.button_lang a:focus {
  color: #34392b;
}

ul.social li {
  width: auto;
  display: inline;
  color: #fff;
}
br {
  display: flex;
  margin: 4px 0;
  line-height: 22px;
  content: " ";
}
p {
  margin: 10px 0;
}
