/* Verification Section Styling */
.verification-section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.verification-instruction {
    background-color: var(--tertiary-color);
    color: white;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}

.verification-group {
    margin-bottom: 0;
}

.input-group .form-control {
    border-radius: 0 0 0 5px;
    height: 45px;
    margin-top: 0;
}

.btn-get-code {
    background: var(--gradient-btn);
    color: #000000;
    border: none;
    border-radius: 0 0 5px 0;
    padding: 0 15px;
    font-weight: 600;
    height: 45px;
}

.btn-get-code:hover {
    opacity: 0.9;
    color: white;
}
/* REGISTER */
.continue-link .btn-login{
    background: var(--bg-base2);
    color: var(--text-white);
}
/* Responsive adjustments */
@media (max-width: 576px) {
    .verification-instruction {
        font-size: 12px;
    }
}
