/***
Login page
***/
/* bg color */
.login {
  background-color: #192123 !important;
}

.login .logo {
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: 0px;
  padding: 15px;
  text-align: center;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition-timing-function: cubic-bezier(0.1, 0.6, 0.5, 0.9);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.login .content {
  background-color: #1d231dc9;
  -webkit-border-radius: 7px;
  border-radius: 3px;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition-timing-function: cubic-bezier(0.1, 0.6, 0.5, 0.9);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  overflow: hidden;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 460px;
  margin: 40px auto 10px auto;
  padding: 70px;
  padding-top: 10px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

.login .content h3 {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  margin-top: 15px;
  font-weight: 400 !important;
}

.login .content h4 {
  color: #555;
  margin-bottom: 30px;
}

.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: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 3px!important;
  height: 35px;
  color: #242424;
}
.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 .forget-form {
  display: none;
}

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

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  clear: both;
  border: 0px;
  padding: 0px 30px 5px 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 {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login  .btn-success {
  font-weight: 600;
  padding: 14px 36px !important;
  background-color: #0c6bef;
  border: 0px;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #2195f1;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border: none;
}

.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #64bd7b;
}

.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 14px;
  color: #e7effd!important;
}

.login .content .check {
  color: #8290a3;
}

.login h3 {
    font-size: 36px;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    text-align: center;
}

.login h4 {
    color: #fff;
    font-family: Montserrat;
    text-align: center;
}
.login .content .rememberme {
  margin-left: 8px;
  margin-top: 10px;
}

.login .content .create-account {
  margin: auto;
  height: 54px;
  margin-bottom: -10px;
  line-height: 0px;
  padding: 0px!important;
  text-align: center;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  color: #2194f1;
  -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: #e7effd!important;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}
body.login {
    background: url('../../../../uploads/bg_login/bg_1.jpg');
    background-size: cover!important;
}
/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #ffffff;
  font-size: 13px;
}

@media (max-width: 500px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    width: 100%;
    margin-top: 10px;
    padding: 30px;
    padding-top: 0px;
  }

  .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;
  }

}
.container .header {
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition-timing-function: cubic-bezier(0.1, 0.6, 0.5, 0.9);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
hr.mini {
    width: 90px;
    background-color: #ee1713;
    height: 5px;
    border: none;
    margin: 0 auto;
}