body {
    background: #f8f9fa;
}

.signup-card {
    border-radius: 15px;
    border: none;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
}

.verify-link {
    font-size: 0.95rem;
    color: #2563eb;
    text-decoration: none;
    margin-top: 2px;
    display: inline-block;
}

.verify-link:hover {
    text-decoration: underline;
}

.signin-link {
    color: #2563eb;
    text-decoration: none;
}

.signin-link:hover {
    text-decoration: underline;
}

.form-check-label a {
    color: #2563eb;
    text-decoration: none;
}

.form-check-label a:hover {
    text-decoration: underline;
}
.is-invalid {
    border: 2px solid red !important;
}

.error-msg {
    font-size: 0.875rem;
    color: red;
}


@media (max-width: 768px) {
    .signup-card {
        padding: 1.2rem;
    }
    .row > .col-md-6 {
        margin-bottom: 1rem;
    }
}
