.login-section,
.reset-password-page{
    width: 550px;
    height: fit-content;
    background-color: #FFF;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.10);
}
.login-section input.form-text,
.reset-password-page input{
    width: 100%;
    height: 40px;
}
.login-section label,
.reset-password-page label{
    font-size: 14px;
    font-weight: 500;
}