/* Login { */
body{
    background:rgba(0, 0, 0, 0) url("../../images/login-01.jpg") no-repeat scroll 0 0 / cover ;
}
.main{
    height: 300px;
}
.login-form {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 50px;
    color: #7e7975;
    height: 350px;
    left: 0;
    margin: auto;
    max-width: 375px;
    min-width: 360px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}
.login-form h1 {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    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;
}
.login-form h1 .log-in,
.login-form h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}
.login-form h1 .log-in {
  color: #6c6763;
  display: block;
  font-size: 23px;
  padding-right: 2px;
  text-align: center;
}
.login-form h1 .sign-up {
    color: #015600;
    padding-left: 2px;
}
.login-form .float {
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid rgba(255,255,255,1);
}
.login-form label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 20px;
	margin-left:0px;
}
.login-form label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}
.btn_submit,
.btn_reset{
    width: 40%;
}
#input_user,
#input_pwd{
    display: block;
    width: 100%;	
}
/*}*/