/*
 * Login Reset Password V2 Page-Specific Styles
 * Common styles are in common-v2.css
 * This file contains only reset-password-page-specific overrides
 */

/* ============================================
   Success Message
   ============================================ */
#success-message {
    animation: fadeIn 0.3s ease;
    width: 100%;
}

.kc-success-content-v2 {
    margin-block: var(--eds-space-150); /* ~24px top/bottom*/
}

.kc-success-text-v2 {
    font-size: var(--eds-size-100); /* ~16px */
    color: var(--v2-color-text-primary) !important;
    margin: 0 0 var(--eds-space-100) 0;
    line-height: 1.5;
}

.kc-success-text-v2 strong {
    font-weight: var(--eds-font-weight-semibold);
    word-break: break-word;
}

.kc-success-subtext-v2 {
    font-size: var(--eds-size-087); /* ~14px */
    color: var(--v2-color-text-secondary);
    margin: 0;
    line-height: 1.5;
}
