/* ========================================
   LOGIN PAGE SPECIFIC STYLES
   ======================================== */

.resend-timer {
    font-size: 14px;
    color: #666;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    text-align: center;
    border: none !important;
}

.resend-separator {
    border-top: 1px solid #e0e0e0;
    margin: 15px 0 20px 0;
    padding: 0;
}

/* Override any potential inherited styles that might add lines */
.code-section {
    padding-bottom: 0;
}

.code-section .button.secondary {
    margin-bottom: 0;
}

/* Ensure no borders or lines are added by other CSS */
.code-section > * {
    border-top: none !important;
}

.code-section .resend-separator {
    border-top: 1px solid #e0e0e0 !important;
}

/* Remove any potential styling from other CSS files */
.login-form .resend-timer {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}