.auth-form .form-block .hint {
    font-size: 0.75rem;
    color: #c2c2c2;
    font-style: italic;
    position: absolute;
    bottom: -2rem;
}

.auth-form .form-block .error + span + .hint {
    display: none;
}

@media(max-width:767px) {
    .auth-form .form-row > .has-large-hint {
        margin-bottom: 4.5rem;
    }


        .auth-form .form-row > .has-large-hint .hint.large-hint {
            bottom: -3.5rem;
        }
}
