html,
body {
    min-height: 100%;
    margin: 0;
}

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

.loyalty-auth-shell .auth-shell__frame {
    width: min(calc(100% - 32px), 420px);
}

.loyalty-auth-shell .auth-card {
    width: 100%;
}

.loyalty-auth-shell .auth-card__header {
    text-align: center;
}

.loyalty-auth-shell .auth-card__header h2 {
    color: #fefcfb !important;
}

.loyalty-auth-shell .auth-card__header p {
    color: rgba(254, 252, 251, .67) !important;
}

.loyalty-auth-shell .loyalty-password-field {
    position: relative;
}

.loyalty-auth-shell .loyalty-password-field .auth-input {
    padding-right: 64px !important;
}

.loyalty-auth-shell .loyalty-password-toggle {
    position: absolute;
    top: 50%;
    right: 14px;
    z-index: 5;
    transform: translateY(-50%);
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(254,252,251,.72) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    cursor: pointer;
}

.loyalty-auth-shell .loyalty-password-toggle:hover {
    color: #fefcfb !important;
}

.loyalty-auth-shell .loyalty-error {
    margin: -10px 2px 0;
    color: #fca5a5;
    font-size: 12px;
    line-height: 1.4;
}

.loyalty-auth-shell .loyalty-status {
    margin-bottom: 14px;
    padding: 11px 14px;
    border: 1px solid rgba(110,231,183,.22);
    border-radius: 12px;
    background: rgba(16,185,129,.08);
    color: #a7f3d0;
    font-size: 13px;
}

@media (max-width: 430px) {
    .loyalty-auth-shell .auth-shell__frame {
        width: min(calc(100% - 24px), 420px);
    }
}
