/* Wrapper spacing */
.ics-auth-forgot-wrapper {
    max-width: 520px;
    background: #F3F3F3 !important;
    padding: 35px;
    height: auto !important;
}
.text-black {
    color: #333 !important;
}

/* Help sections */

.ics-auth-inline-title {
  font-weight: 700;
  font-size: 2rem;
}

.ics-auth-help-block {
    margin-bottom: 15px;
}

.ics-auth-help-block-last {
    padding-bottom: 15px;
}

.ics-auth-help-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #333 !important;
}

.ics-auth-help-text {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.5;
        color: #000;
    font-weight: 400;
}

/* Success message – green like screenshot */
.ics-auth-success {
    color: #fff; /* green */
    background: #22b130;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 15px;
}

/* Primary blue buttons (if not already set) */
.ics-auth-button-primary {
    background-color: #1877f2; /* Facebook blue */
    color: #fff;
    border: none;
}


/* Secondary button – same width, white text on blue bg in screenshot,
   but you may already have this defined from login */
.ics-auth-account-recovery-btn {
    margin-top: 0px;
    text-align: center;
}

/* Make big buttons full width like screenshot */
.ics-auth-button-primary-width,
.ics-auth-button-secondary-width {
    width: 100%;
}

.forgot-password-email-field{
    /* height: 45px; */
    /* padding: 10px; */
    border-radius: 5px;
    border: 1px solid #B6B6B6 !important;
    background: #FFF !important;
}

.mt-50{
    margin-top: 50px !important;
}

.mb-50{
    margin-bottom: 50px !important;
}
.ics-auth-password-note{
    margin: 8px 0 16px;
    font-size: 12px;
    opacity: 0.85;
}


.ics-auth-message-forgot {
    min-height: 40px;
    margin-bottom: 16px;
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 6px;
    visibility: hidden;
}

.ics-auth-message-forgot.visible {
    visibility: visible;
}

.ics-auth-message-forgot.error {
    background: #fee2e2;
    color: #dc2626;
}

.ics-auth-message-forgot.success {
    background: #d1fae5;
    color: #065f46;
}

.ics-auth-forgot-wrapper .ics-auth-inline-title {
    margin-bottom: 32px;
}

.ics-auth-forgot-wrapper .ics-auth-recaptcha-note {
    padding-left: 12px;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.ics-auth-button-primary:hover {
    background: #0d6edb !important;
    color: #fff !important;
}

.ics-auth-button-secondary:hover {
    background: #0d6edb !important;
    color: #fff !important;
}

.forgot-password-email-field {
    color: #333 !important;
}