/* Cubic Bezier Transition */
/***
Login page
***/
/* bg color */
html, body, .page-main {
  height: 100%; }

.login {
  position: relative;
  height: 100%;
  min-height: 600px;
  background: #fff scroll;
  z-index: 1; }
  .login .back {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    background: url(../img/login_bg.jpg) no-repeat;
    background-size: cover;
    z-index: -1; }
  .login a {
    color: #999999 !important; }
    .login a:hover {
      text-decoration: none; }
  .login .page {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -200px;
    width: 400px;
    height: 600px; }

.login .logo {
  margin: 0 auto;
  padding: 30px 15px 15px;
  text-align: center;
  font-size: 18px;
  z-index: 0; }

.login .form-title {
  margin-bottom: 20px; }

.login .form-title {
  color: white;
  font-size: 19px;
  font-weight: 400 !important; }

.login .form-subtitle {
  color: white;
  font-size: 17px;
  font-weight: 300 !important;
  padding-left: 10px; }

.login-content {
  margin: 0 auto 60px;
  padding: 40px 80px;
  background: #fff;
  border-radius: 6px; }
  .login-content.shadow {
    box-shadow: 0px 6px 6px -1px #d9d9d9; }

.login-content h4 {
  color: #555; }

.login-content .hint {
  color: white;
  padding: 0;
  font-size: 14px;
  margin: 15px 0 7px 0; }

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

.login-content .form-control {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  height: 43px;
  color: #999;
  border-radius: 0; }
  .login-content .form-control:focus, .login-content .form-control:active {
    border: 1px solid #3cbcfd; }
  .login-content .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .login-content .form-control:-ms-input-placeholder {
    color: #999; }
  .login-content .form-control::-webkit-input-placeholder {
    color: #999; }

.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 25px 30px;
  margin-left: -30px;
  margin-right: -30px; }

.form-actions .forget-password-block {
  padding-top: 7px; }

.login-options {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid #69a0c4;
  border-bottom: 1px solid #69a0c4; }

.login-options h4 {
  margin-top: 8px;
  font-weight: 600;
  font-size: 15px;
  color: white !important; }

.login .forget-password {
  font-size: 14px; }

.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 .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 .checkbox {
  margin-top: 8px;
  display: inline-block; }

.login-content .form-actions .btn {
  margin-top: 1px;
  font-weight: normal;
  font-size: 18px; }

.login .btn {
  background-color: #5995bb;
  border: 1px solid #72a9cc;
  color: #8fc4e5;
  font-weight: 600;
  padding: 10px 25px !important; }
  .login .btn .loading {
    display: inline-block; }
    .login .btn .loading i {
      animation: myrotate 2s linear 0s infinite;
      -moz-animation: myrotate 2s linear 0s infinite;
      -webkit-animation: myrotate 2s linear 0s infinite;
      line-height: 18px; }
  .login .btn:hover {
    border: 1px solid #90bbd7;
    background-color: #5995bb;
    color: #8fc4e5; }

@keyframes myrotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

@-moz-keyframes myrotate {
  0% {
    -moz-transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes myrotate {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

.login .btn-default {
  background-color: #5995bb;
  border: 1px solid #72a9cc;
  color: #8fc4e5;
  font-weight: 600;
  padding: 10px 25px !important; }
  .login .btn-default:hover {
    border: 1px solid #90bbd7;
    background-color: #5995bb;
    color: #8fc4e5; }

.login-content .forget-password {
  color: #d7eaf7;
  font-size: 15px; }

.login-content .rememberme {
  margin-top: 8px; }

.login-content .create-account {
  text-align: center;
  margin-top: 20px; }

.login-content .create-account p a {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff; }

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

/* footer copyright */
.login .copyright {
  position: static;
  bottom: 20px;
  margin: 10px auto;
  padding: 10px 0;
  text-align: center;
  color: #b3b3b3;
  font-size: 13px; }

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .page {
    width: 260px;
    margin-left: -130px; }
  .login .logo {
    padding: 10px 0px 0px; }
  .login-content {
    padding: 40px 30px; }
  .login-content h3 {
    font-size: 22px; }
  .login .checkbox {
    font-size: 13px; } }
