/***
Login page
***/
/* logo page */
.toggle-password{ cursor:pointer;
	right: 0px;
    float: right;
    position: absolute;
    z-index:10;
}
.input-group .input-group-addon{ min-width: 30px;}
.input-group-addon {
    padding: 6px 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-group.form-md-line-input .form-control {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #24D282;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #555;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 0;
    font-size: 12px;
    height: 27px;
}
.radio-list label{ font-size: 12px; font-weight: 300;}
body{ background: white; overflow: hidden;}
.login-bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.login-container{
    height: 100vh;
}
.login-container>.login-content {
    width: 350px;
    /*height: 200px;
    background-color: white;*/
    position: absolute; /*Can also be `fixed`*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
    max-width: 100%;
    max-height: 100%;
    z-index: 20;
}
.forget-password h4{font-size: 14px; font-weight:400 }
.forget-password p,.register-form p,.forget-form p{ font-size: 12px; font-weight: 300}
.forget-form h3{ font-size: 14px; font-weight: 700;}
.login-footer{ position: absolute; bottom: 0; width: 100%;}
.login .copyright {
    margin: 0 auto;
    padding: 10px;
    font-size: 11px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    right: 0;
}
/*.login .logo {
  margin: 0px auto 20px auto;
  padding: 15px;
  text-align: center;
  width: 600px;
}

#section{
	background: url('../img/bg-white-lock.png') repeat;
	padding-bottom:10px;
}
#header_tab{ padding:12px; margin-bottom:15px;}
#header_tab h2{ margin:0px; color:#ffffff;}
.lb{ display:block; text-align:center; }
.login .content h3 {
  color: #eee;
}

.login .content h4 {
  color: #eee;
}

.login .content p,
.login .content label {
  color: #fff;
}

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

.login .content .form-control {
  background-color: #fff;
}

.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 {
  background-color: transparent;
  clear: both;
  border: 0px;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

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

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


.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

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

.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px 4px 0px -1px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.login .content .has-error .select2-container i {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}



@media (max-width: 480px) {
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    padding: 30px;
    width: 222px;
  }

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

  .login .checkbox {
    font-size: 13px;
  }
}*/
