/* Resend verification styles */
.resend-verification-container {
    margin-top: 10px;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.resend-verification-container input {
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 100%;
}

.resend-verification-container button {
    padding: 5px 10px;
    background: #4e73df;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-block;
}

.resend-verification-container button:hover {
    background: #2e59d9;
}

.resend-verification-container button:disabled {
    background: #8aa4e8;
    cursor: not-allowed;
}

#resend-message {
    margin-top: 10px;
    padding: 5px;
    font-size: 0.9rem;
}

.text-success {
    color: #28a745;
}

.text-danger {
    color: #dc3545;
}

.mt-2 {
    margin-top: 0.5rem;
}
