.forgotTbl input[type="text"],
.authTbl input[type="password"] {
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 38px;
    padding: 0 15px;
    font: 14px/1 "Roboto", sans-serif
}

.half-item {
    display: block;
    margin-top: 13px;
}

.forgotMess {
    overflow: hidden;
    height: 45px;
}

.newPasswMessage {
    overflow: hidden;
    height: 18px;
    margin-top: 10px;
}

#forgot_new_passw {
    margin-top: 20px;
}

#forgot_new_passw input[type="password"] {
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 38px;
    padding: 0 15px;
    font: 14px/1 "Roboto", sans-serif;
    display: block;
    margin-bottom: 24px;
}
