.sfh-custom-login-form label {
    display: block;
}
.sfh-custom-login-form label span {
    display: block;
    margin-bottom: 5px;
}
.sfh-custom-login-form .fhs-custom-login-error {
    margin-top: 5px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.sfh-custom-login-form .fhs-custom-login-error.error {
    color: #f2243c;
}
.sfh-custom-login-form .fhs-custom-login-error.success {
    color: #00e62a;
}