.otp-card {
    max-width: 400px;
    width: 100%;
    margin: 40px auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.otp-card h2 {
    margin-bottom: 16px;
    font-size: 22px;
}

.otp-card input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.otp-card button {
    width: 100%;
    padding: 12px;
    background: #d19675;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

.otp-card button:hover:not(:disabled) {
    background: #eea075;
}

.otp-card button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.otp-step {
    display: none;
}

.otp-step.active {
    display: block;
}

.otp-card p {
    font-size: 14px;
    color: #555;
}

.otp-card a {
    font-size: 14px;
    color: #0056d6;
    text-decoration: none;
}

.otp-card a:hover {
    text-decoration: underline;
}

.otp-message {
    min-height: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #1f7a1f;
}

.otp-message.is-error {
    color: #b42318;
}

.g-recaptcha {
    display: inline-block;
    margin: 0 auto 15px;
}

#nasa_customer_login .nasa_login-form,
#customer_login .login-form {
    display: none;
}
