/***
Login page
***/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  height: 100%;
}
body{
    background: url("../img/background.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
}


/* logo page */
.login {
  background-color: #666 !important;
  min-height: 400px;
  position: relative;
}

.login .company{
  color: #0d638f;
  font-size: 14px;
  line-height: 50px;
  background: url("../img/logo.png") no-repeat;
      background-position-x: 0%;
      background-position-y: 0%;
      background-size: auto;
    background-size: auto 50px;
    background-position: left bottom;
    padding-left: 45px;
    position: absolute;
    top: 15px;
    left: 25px;
}

.login .logo {
  width: 800px;
  margin: 0 auto;   
  padding-top:75px;
  padding-bottom: 15px;
  text-align: center;
}

.login h1 {
    color: #0d638f;
    color:#333;
    text-shadow: none !important;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif;
    font-size: 2.6em;
    text-align: center;
    /*letter-spacing: 0.5em;*/
    font-weight: bold;
    line-height: 60px;
    background: url("../img/logo.png") no-repeat;
      background-position-x: 0%;
      background-position-y: 0%;
      background-size: auto;
    background-size: auto 60px;
    background-position: left bottom;
    padding-left: 30px;
}
}

.login a, .login a:focus, .login a:hover, .login a:active {
    outline: 0 none;
}
.login .logo h1 a{
  color: #fff;
}

.login .content {
  background: url(../img/bg-white-lock.png) repeat;
  width: 350px;
  width: 25em;
  margin: 0 auto; 
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 30px;  
  padding-top: 20px;  
  padding-bottom: 15px;
  border: 1px solid #aaa;
  border-radius: 8px;
}

.login .content h3 {
  color: #333;
}
.login .content h4  {
  color: #333;
}

.login .content p,
.login .content label {
  color: #333;
  margin-bottom: 5px;
}

.login-fields label {
    display: none;
}
.login-fields input {
    background-color: #fdfdfd;
    box-shadow: 2px 2px 4px #f1f1f1 inset;
    color: #8e8d8d;
    display: block;
    font-family: "Open Sans";
    font-size: 13px;
    height: 40px;
    margin: 0;
    padding: 11px 15px 10px 50px;
    width: 100%;
}
.username-field {
    background: #fdfdfd url("../img/user.png") no-repeat scroll 0 0 !important;;
}
.password-field {
    background: #fdfdfd url("../img/password.png") no-repeat scroll 0 0 !important;;
}
.cell-field {
    background: #fdfdfd url("../img/cell.png") no-repeat scroll 0 0 !important;;
}
#btnGetTokon {
    
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.login-actions .choice{
  margin-top: 7px;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .content .m-wrap {
  width: 249px;
  background-color: #fff;
}


.login .content .control-group {
  margin-bottom: 20px !important;
}

.login .content .input-icon .m-wrap {  
  margin: 0px !important;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
  text-align: center;
}

.login .content .form-actions {
  background-color: transparent;
  clear: both;
  border: 0px;
  border-bottom1: 1px solid #999;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.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;
}

.login .content .forget-password {
  margin-top: 25px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 10px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

.login .copyright {
  text-align: center;
  margin: 2em 0; 
  padding: 10px 10px 0 10px;
  color: #f7f7f7;
  font-size: 14px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.login .copyright a{
  color: #f7f7f7;
}
.login .copyright a:hover,
.login .copyright a:active,
.login .copyright a:focus {
   color: #f7f7f7;
}
.login .copyright a:hover{

}

.btn-primary {
  color:#FFF;
   background-color:#409EFF;
   border-color:#409EFF
}
.btn-primary:focus,
.btn-primary:hover {
 background:#66b1ff;
 border-color:#66b1ff;
 color:#FFF
}

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top:10px;
  }

  .login .content {
    padding: 30px; 
    width: 222px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .login .content .m-wrap {
      width: 180px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}