.email-verification-banner {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 15px;
    margin: 10px 0;
    border-radius: 4px;
    text-align: center;
}

.resend-verification-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
}

.resend-verification-btn:hover {
    background-color: #0056b3;
}

.resend-verification-btn:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}

.verification-message {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
}

.verification-message.success {
    background-color: #d4edda;
    color: #155724;
}

.verification-message.error {
    background-color: #f8d7da;
    color: #721c24;
}

.notice {
    padding: 15px;
    margin: 10px 0;
    border-radius: 4px;
}

.notice.success {
    background-color: #d4edda;
    color: #155724;
}

.notice.warning {
    background-color: #fff3cd;
    color: #856404;
}

.notice.error {
    background-color: #f8d7da;
    color: #721c24;
}
