/* ---------------------------------------------------
1. BOTÓN PREMIUM (Igual para ambos modos)
--------------------------------------------------- */
button, .btn, input[type="submit"], .input-area button {
background: linear-gradient(90deg, #ff9933 0%, #ff6600 100%) !important;
color: #ffffff !important;
border: none !important;
font-weight: bold !important;
text-shadow: none !important;

} 

/* 2. Caja Central (Ajustada a la mitad) */
.login-box, .register-box {
    max-width: 400px !important;    /* Reducido a la mitad */
    width: 90% !important;          /* Se adaptará al 90% del espacio disponible */
    margin: 0 auto 50px auto !important;
    padding: 30px 20px !important;  /* Padding reducido para que encaje bien en el tamaño pequeño */
    border-radius: 12px !important;
    background: #15181f !important;
    border: 1px solid #232732 !important;
}

body {
    background: #bcbcbc;
}