/********************/
/*     LOGIN       */
/********************/

.css-required {
    color: rgb(169, 37, 43);
}

.btn-login {
    color: #090909;
    padding: 0.7em 1.7em;
    font-size: 18px;
    border-radius: 0.5em;
    background: #f39200;
    cursor: pointer;
    border: 1px solid #e6a646;
    transition: all 0.3s;
}

.btn-login:hover {
    color: #FFF;
    box-shadow: inset 4px 4px 12px #906321, inset -4px -4px 12px #f39200;
}

.login__form .form__label--error {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    margin: 4px 0 0 0;
    text-align: left;
    color: #d11124;
    font-weight: 500
}

.login__form .form__label--error--link {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    color: #d11124;
    text-decoration: underline;
    font-weight: bold
}