#otp-message {
    margin: 5px 0;
    font-size: 0.9em;
}

#otp-timer {
    margin-left: 10px;
    font-size: 0.85em;
    color: #666;
}

#reg_otp {
    width: 100%;
}

.signup-otp-wrapper {
    margin-bottom: 10px;
    width: 100%;
    clear: both;
}

#send-otp-btn {
    width: 100%;
}

#reg_email[readonly] {
    background-color: #f1f1f1;
    cursor: not-allowed;
}

/* Login/Signup Toggle UI */
.signup-toggle-active {
    display: block !important;
}

.signup-toggle-active .u-column2 {
    display: none; /* Hide signup by default */
}

.signup-toggle-active .u-column1,
.signup-toggle-active .u-column2 {
    width: 100% !important;
    float: none !important;
    max-width: 500px;
    margin: 0 auto;
}

.signup-toggle-link-container {
    margin-top: 15px;
    text-align: center;
    font-size: 0.95em;
}

.signup-toggle-link-container a {
    font-weight: bold;
    text-decoration: underline;
}

#customer_login h2 {
    text-align: center;
    margin-bottom: 25px;
}
