/***
Login page
***/
/* bg color */

.center
{
  text-align: center;
}
.login {
  background: #333333;
  /*background-color: #D2D2D2 !important;*/
  /*background-image: url('../img/lanes-login-bg.gif');*/
  background-repeat: no-repeat;
  background-position: center;
}
.login_text {
  color: #4d4e4e;
}
.login .logo {
  /*float: right;*/
  padding: 15px 0 0;
  /*width: 130px;*/
  height: 130px;
}

.login-form .form-group.form-md-line-input,
.reset-form .form-group.form-md-line-input,
.set-password-frm .form-group.form-md-line-input
{
  padding-top: 0;
  margin: 0 0 20px 0;
}
.login-form .form-group.form-md-line-input.help_email
{
  margin: 20px 0 0;
}
.login .form-group.form-md-line-input .form-control
{
  border: 1px solid #e5e5e5;
  padding: 6px 12px;
}
.login .content p.login_title
{
  margin-bottom: 15px;
  font-size: 15px;
  color: #4d4e4e;
}
.login .content {
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /*width: 600px;*/
  /*width: 550px;*/
  margin: 20px 27px 5px;
  /*margin: 60px auto 10px auto;*/
  padding: 30px;
  /*padding-top: 10px;*/
  overflow: hidden;
  position: relative;
}

.login .content h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400 !important;
}

.login .content h3 span
{
  color: #000;
  display: block;
}
.login .content h4 {
  color: #555;
}

.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px 0;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  /*margin: 0px;*/
}

.login .content .form-control {
  border: none;
  background-color: #dde3ec;
  height: 43px;
  color: #8290a3;
  border: 1px solid #dde3ec;
}
.login .content .form-control:focus, .login .content .form-control:active {
  /*border: 1px solid #c3ccda;*/
}
.login .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
}
.login .content .form-control:-ms-input-placeholder {
  color: #8290a3;
}
.login .content .form-control::-webkit-input-placeholder {
  color: #8290a3;
}

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}
.login .content form
{
  /*width: 540px;*/
  /*width: 490px;*/
  /*margin: 0 auto;*/
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-top: 5%;
  margin-bottom: 5%;
  /*float: left;*/
}
.login .content p
{
  margin-bottom: 6%;
}
.login .content ul.title_heading
{
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #999;
  margin-bottom: 9%;
}
.login .content ul.title_heading li
{
  list-style-type: none;
  display: inline-flex;
}
.login .content ul.title_heading li:first-child a
{
  border-right: 1px solid #999;
}
.login .content ul.title_heading li a
{
  font-size: 22px;
  padding: 0 10px;
}
.login .content ul.title_heading .form-title.title
{
  color: #C06;
  margin-top: 6%;
}
.login .content .form-actions {
  clear: both;
  border: 0px;
  border-bottom: 0px solid #F7F7F7;
  /*padding: 0px 30px 15px 30px;
  margin-left: -30px;
  margin-right: -30px;*/
}

.login-options {
  margin-bottom: 30px;
  overflow: hidden;
}

.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
}

.login-options .social-icons {
  float: right;
  padding-top: 3px;
}

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions,
.login .content .reset-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}
 .login-error {
    background: #D0126A none repeat scroll 0 0;
    border: medium none;
    color: #fff;
 }

.login .content .form-actions .btn {
  /*margin-top: 1px;
  width: 100%;*/
  /*background: #ce215f none repeat scroll 0 0;*/
  border: medium none;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  letter-spacing: 0px;
  /*margin: 20px 0 0;*/
  padding: 23px 0;
  text-align: center;
  text-shadow: none;
  font-size: 15px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  transition: all 0.2s linear 0s;
  /*font-family: 'Lato', sans-serif;*/
  width: 100%;
}

.login .content .form-actions .btn:hover
{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.26);
}

.login .content .form-actions .btn-success {
  font-weight: 600;
  padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ffffff;
  border: none;
}

.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af;
}
.login .content .forget-password
{
  margin-top: 0
}
.login .content .forget-password
{
  font-size: 13px;
  float: right;
  margin-left: 10px;
  display: inline-block;
  margin-top: 0px;
  color: #4d4e4e;
}
.login .content .forget-password#back-btn
{
  margin-left: 0;
  text-decoration: underline;
}
#help-email {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  text-decoration: underline;
}

.login .content .check {
  color: #8290a3;
}
.login .content .rememberme {
  margin-left: 8px;
  margin-top: 10px;
}

.login .content .create-account {
  margin: 0 -40px -40px -40px;
  padding: 15px 0 17px 0;
  text-align: center;
  background-color: #6c7a8d;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  /*padding: 10px;*/
  color: #fff;
  font-size: 8pt;
}

.login-form .form-group.form-md-line-input .form-control,
.reset-form .form-group.form-md-line-input .form-control
{
  padding: 6px 12px;
  /*font-family: 'Lato', sans-serif;*/
  color: #4d4e4e !important;
}
.input-group
{
  width: 100%;
}

.login-form input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill
{
  background-color: transparent !important;
}
.form-group.form-md-line-input.has-error .form-control.edited:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-error .form-control.edited:not([readonly]) ~ .form-control-focus:after, .form-group.form-md-line-input.has-error .form-control.form-control-static ~ label:after,
.form-group.form-md-line-input.has-error .form-control.form-control-static ~ .form-control-focus:after, .form-group.form-md-line-input.has-error .form-control:focus:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-error .form-control:focus:not([readonly]) ~ .form-control-focus:after, .form-group.form-md-line-input.has-error .form-control.focus:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-error .form-control.focus:not([readonly]) ~ .form-control-focus:after {
  background: #D0126A !important;
}
.form-group.form-md-line-input.has-error .form-control.edited:not([readonly]) ~ label, .form-group.form-md-line-input.has-error .form-control.form-control-static ~ label, .form-group.form-md-line-input.has-error .form-control:focus:not([readonly]) ~ label, .form-group.form-md-line-input.has-error .form-control.focus:not([readonly]) ~ label {
  color: #D0126A !important;
}
div.checker {
  margin-left: -1px !important;
}
@media (max-width: 440px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    /*width: 280px;*/
    margin: 15px 0;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }

  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}
.brand-product-name {
  color: #ffffff;
  font-weight: 500;
  margin-top: 10px;
  font-size: 24px;
}
.fleet_logo{
  height: 27px;
}

.d-flex {
  display: flex;
} 

.justify-content-center {
  justify-content: center;
}