.fh-container {
    font-size: 18px;
}

#sh_form {
    width: 100%;
    margin-top: 15px;
}

#sh_form p:not(.login-remember) label{
    display: none;
}

#sh_form .input {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.60);
    padding: 7px 20px;
    width: 100%;
    margin-bottom: 0.5rem;
}

#sh_form .button {
    background: #FB8301;
    border: 0;
    padding: 7px 20px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    border-radius: 16px;
}

.sh-navigation {
    width: 100%;
    font-weight: 700;
}

.sh-navigation a{
    color: #FB8301;
    text-decoration: underline;
}

.sh-navigation a:hover {
    opacity: 0.8;
}

.fh-container .login-error {
    margin: 0;
    font-style: italic;
    color: #f00;
    font-size: 15px;
}

.recaptcha-container {
    margin-bottom: 1rem;
}

.recaptcha-container .g-recaptcha {
    display: flex;
    justify-content: center;
}