/* Login { */
html,body{
  height: 100%;
}
.main{

}
hr{
  border-color: #9c9c9c;
  border-style: dashed;
}
.h_logo{
  font-family: 'Oswald', sans-serif;
}
.boxform{
  padding: 0px 15px;
}
.login-form {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  color: #7e7975;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20%;
  max-width: 380px;
  padding: 10px;
}
.login-form form{
}
.login-form h1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #1974cd;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
    line-height:20px;
    margin:0px;
    text-align: center;
    margin-bottom: 10px;
}
.login-form h1 .log-in,
.login-form h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}
.login-form h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}
.login-form h1 .sign-up {
    color: #015600;
    padding-left: 2px;
}
.login-form label {
  display: block;
  padding: 0 0 0px 2px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 300;
  margin-left:0px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #f1f1f1;
}
.login-form input.form-control{
  background: none;
  border-radius: 0;
  border:1px solid #666 !important;
  color: #f8f8f8;
}
.login-form input.form-control:focus{
  border:1px solid #ccc !important;
}
.login-form p{
  margin: 0;
  margin-bottom: 5px;
}
.login-form label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
}
.btn_submit,
.btn_reset{
    
}
#input_user,
#input_pwd{
    display: block;
    width: 100%;  
}
.h_logo{
  text-align: center;
  margin-top: 15px;
  padding: 2px 0px;
  font-size: 20px;
  color: #b5b5b5;
}
.h_logo strong{
  color: #f6c107;
}
.h_desc{
  text-align: center;
  margin-bottom: 20px;
}
.loginlogo{
  text-align: center;
  padding-top: 15px;
}
.loginlogo img{
  width: 80px;
}
#BoxRegis{
  position: inherit;
  margin: 10vh auto;
}
/*}*/
@media (max-width: 420px) {
  .login-form{
    top: 0;
  }
  .login-form{
    max-width: inherit;
    height: 100%;
  }
}