.auth-shell {
    min-height: 100vh;
}

.auth-card-wrap {
    max-width: 930px;
    width: 100%;
}

.auth-brand {
    align-items: center;
    color: #475569;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    margin-bottom: 22px;
}

.auth-card {
    padding: 72px 96px;
}

.auth-submit {
    padding-bottom: 18px;
    padding-top: 18px;
}

.auth-password-icon {
    color: #a9a9c8;
    cursor: pointer;
    font-size: 22px;
    right: 15px;
    z-index: 4;
}

.password-wrapper .form-control {
    padding-right: 52px;
}

@media (max-width: 767.98px) {
    .auth-card {
        padding: 32px 22px;
    }
}
