/**
 * Login Form Styles — Realeza Magic Link
 *
 * Minimal styling that complements BuddyBoss theme classes.
 * The phone login elements inherit most of their appearance from the
 * BuddyBoss login page via shared CSS classes (bp-label, bp-login-input, bp-login-btn).
 */

#rml-phone-login-form {
    margin-bottom: 16px;
}

#rml-phone-login-form .login-form-row {
    margin-bottom: 12px;
}

#rml-phone-login-form .login-submit {
    margin-top: 16px;
}

#rml-phone-login-form #rml-submit-btn {
    width: 100%;
}

#rml-phone-login-form #rml-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Message container (success / error) */
.rml-message-container {
    padding: 10px 14px;
    margin: 12px 0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
}

.rml-message-container.rml-success {
    background-color: #e8f5e9;
    border: 1px solid #4caf50;
    color: #2e7d32;
}

.rml-message-container.rml-error {
    background-color: #fdecea;
    border: 1px solid #f44336;
    color: #c62828;
}

/* Fallback link row */
.rml-fallback-row {
    margin-top: 14px;
    text-align: center;
}

.rml-fallback-link {
    font-size: 13px;
    text-decoration: underline;
}
