*{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-family:arial;
}
/*body{
    background:#fafafa;
}*/



.login-form{
    left: 50%;
    top: 50%;
    width:25%;
    padding:40px 30px 80px 30px;
    background:#fcfcfc;
    border-radius:4px;
    position: absolute;
    transform : translate(-50%, -50%);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.form-group{
    position: relative;
    margin-bottom:15px;
}
.form-control{
    width:100%;
    height:50px;
    border:none;
    padding:5px 7px 5px 15px;
    background:#fff;
    color:#666;
    border:2px solid #ddd;
    border-radius:4px;
    outline: 0
}
.form-control:focus, .form-control:focus + .fa{
    border-color:#3498db;
    color:#3498db;
}
.form-group .fa{
    position: absolute;
    right:15px;
    top:17px;
    color:#999;
}

.log-status.wrong-entry .form-control, .wrong-entry .form-control + .fa {
    border-color: #ed1c24;
    color: #ed1c24;
}
.log-btn{
    margin-top: 10px;
    background:#3498db;
    display:inline-block;
    width:100%;
    font-size:18px;
    height:45px;
    color:#fff;
    text-decoration:none;
    border:none;
    border-radius:4px;
    outline: 0;
    cursor: pointer;
}
.log-btn:hover{
    background:#1f74ac;
}
.link{
    text-decoration:none;
    color:#C6C6C6;
    float:right;
    font-size:12px;
    margin-bottom:15px;

}
.link:hover{
    text-decoration: underline;
    color:#8C918F;
}
.emailalert{
    width:100%;
    display:none;
    font-size: 17px;
        
}
.unauthorised{
    display:none;
    font-size: 17px;
    width:100%;
}

.otpsent{
    display:none;
    font-size: 17px;
    width:100%;
}

#timerid{
    display:none;
}

#resendid{
    display:none;
}

.maxattempt{
    display:none;
    font-size: 17px;
    width:100%;
}

.noassign{
    display:none;

}
.imglogosmall{
    text-align: center;
    padding-bottom:5px;
}

.imglogo{
    text-align: center;
    padding-bottom:50px;
}

@media screen and (max-width: 1366px) {

  .login-form{ 
    width: 32%;
  }

}

@media screen and (max-width: 500px) {

  .login-form{ 
    width: 90%;
  }
}


