[hidden] {
    display: none !important;
}

.login__nav > a {
    color: inherit;
    display: block;
}

.login__showpass {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.showpass__off,
.showpass._active .showpass__on {
    display: none;
}

.showpass._active .showpass__off {
    display: block;
}

.auth-message {
    width: 100%;
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
}

.auth-message_success {
    color: #146c43;
    background: #d1e7dd;
}

.auth-message_error {
    color: #842029;
    background: #f8d7da;
}

.auth-field-error {
    margin-top: 5px;
    color: #c62828;
    font-size: 13px;
}

.login__input .input._error {
    border-color: #c62828;
}

.login__button:disabled {
    cursor: wait;
    opacity: .65;
}
