/* LOGIN FORM */

body.login {
  /* background: blue !important; */
  background-image: url("../images/bg_new.png");
  height: 100vh;
  align-items: center;
  justify-content: center;
  display: flex;
  background-position: center;
  background-size: cover;
  background-color: currentColor;
}

input.login-btn {
  font-size: 18px;
}
.login #header {
  height: auto;
  /* padding: 15px 16px; */
  justify-content: center;
  color: black;
  margin: 10px;
  background: white !important;
  margin-right: 0px !important;
}

.login #header h1 {
  color: black;
  font-size: 22px;
  font-weight: 400;
}

.login #header h1 a {
  color: black;
  font-size: 22px;
  font-weight: 400;
}

/* .login #content {
  padding: 20px 20px 0;
} */

.login #container {
  background: #fff;
  border-radius: 7px;
  width: 30vw;
  min-width: 300px;
  margin-top: 108px; 
  font-size: 18px !important;
  height:auto !important;  
}

.login #content-main {
  width: 80%;
  margin: 0px auto !important;
  float: none;
  /* background-image: url('../images/login_pic.jpeg'); */
  /* margin-top:10% !important; */
}

.login .form-row {
  padding: 2px 0;
  float: left;
  width: 100%;
  border-bottom: none;
  position: relative;
}

.login .form-row label {
  padding-right: 0.5em;
  line-height: 2em;
  /* font-size: 1em; */
  font-size: 18px;
  clear: both;
}

.login .form-row #id_username,
.login .form-row #id_password {
  clear: both;
  padding: 8px 10px !important;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: px 0.5px 2px 2px lightgrey;
}
/* #id_username:focus,  #id_password:focus {

  outline-offset: none !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
} */
.login span.help {
  font-size: 10px;
  display: block;
}

.login .submit-row {
  clear: both;
  margin: 0;
  border: none;
  background: none;
  /* text-align: left; */
  width: 100% !important;
}

.login .password-reset-link {
  text-align: center;
  font-size: 18px;
}

.Login-text {
  text-align: center;
}
.login .register-link {
  margin: 5px;
}
.login-btn {
  width: 100% !important;
  font-size: 20px;
}
.credential {
  display: inline-block;
  width: 25px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  /* background-size: 75%; */
  /* background-position: center; */
  background-repeat: no-repeat;
  right: 13px;
  top: 62%;
  /* bottom: 192px; */
}
#reveal_password {
  background-image: url('/static/frontend_images/eye.png');
  display: none;
}

#hide_password {
  background-image: url('/static/frontend_images/private.png');
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
  background: #47D6C1;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.forgot_back_btn:focus {
text-decoration: none !important;


}
.forgot_back_btn:visited, .forgot_back_btn:active {
  text-decoration: none !important;
}
.forgot_back_btn:hover {
 text-decoration: none;

}
.button:active, input[type=submit]:active, input[type=button]:active,
.button:focus, input[type=submit]:focus, input[type=button]:focus,
.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #47D6C1;
  
}
.menu-li {
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
/* 
  .login #container {
    background: #fff;
    border-radius: 7px;
    width: 30vw;
    min-width: 300px;
    margin-top: 90px !important;
    font-size: 18px !important;
    
  } */
  .forgot_back_btn:focus {
    text-decoration: none !important;
    
    
    }
    .forgot_back_btn:visited, .forgot_back_btn:active {
      text-decoration: none !important;
    }
    .forgot_back_btn:hover {
     text-decoration: none;
    
    }
}
@media screen and (min-width: 300px) and (max-width: 767px) and (orientation: landscape) {
 
/* .login #container {
  background: #fff;
  border-radius: 7px;
  width: 30vw;
  min-width: 300px;
  margin-top: 90px !important;
  font-size: 18px !important;
  
} */
.login #container {  
overflow: auto !important;
}
.forgot_back_btn:focus {
  text-decoration: none !important;
  
  
  }
  .forgot_back_btn:visited, .forgot_back_btn:active {
    text-decoration: none !important;
  }
  .forgot_back_btn:hover {
   text-decoration: none;
  
  }
  .login #header  {
    margin: 0px !important;
  }
  #navbarSupportedContent {
    width: 100%;
    position: absolute;
    left: 0;
    top: 95px;

}
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .login-btn {
    width: 100% !important;
    font-size: 18px !important;
  }
  .login #container {
    /* overflow: -moz-hidden-unscrollable;
    overflow: hidden; */
    height: calc(90vh - 100px)  !important;
    overflow: hidden  !important;
    margin-bottom: 25px !important;
    display: block;
    margin-top: 120px !important;
  }
}
.login input[type="text"],
.login input[type="password"]{
background-color:#fff !important;
}
