.forgot-pwd-wrapper,
.icon-mail-wrapper {
    align-items: center;
    justify-content: center;
}

.back-link-custom:hover,
.forgot-pwd-title,
.forgot-pwd-label {
    color: #111827;
}

.forgot-pwd-title,
.forgot-pwd-label {
    font-weight: 700;
}

.forgot-pwd-wrapper {
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.forgot-pwd-container {
    width: 100%;
    max-width: 480px;
}

.back-link-custom {
    color: #374151;
    text-decoration: none;
    margin-bottom: 24px;
    display: inline-block;
    font-weight: 500;
    transition: color 0.2s ease;
}

.icon-mail-wrapper {
    width: 64px;
    height: 64px;
    background-color: #EFF6FF;
    color: #2563EB;
    display: inline-flex;
    border-radius: 50%;
    margin-bottom: 20px;
}

.icon-mail-wrapper iconify-icon {
    font-size: 32px;
}

.forgot-pwd-title {
    font-size: 24px;
    margin-bottom: 12px;
}

.forgot-pwd-desc {
    color: #6B7280;
    font-size: 14.5px;
    line-height: 1.5;
}

.forgot-pwd-label {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.link-offset-custom {
    text-underline-offset: 4px;
}