/* ----- ESTILOS LOGIN ARTISTA ----- */
#artist-login-container { max-width: 400px; margin: 60px auto; background: #fff; padding: 30px; border-radius: 4px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); border: 1px solid #e5e5e5; }
#artist-login-container .logo-container img { display: block; max-width: 180px; height: auto; margin: 0 auto 25px auto; }
#artist-login-container h1 { text-align: center; margin-bottom: 20px; font-size: 1.5em; }
#artistloginform-page p { margin-bottom: 15px; }
#artistloginform-page label { display: block; margin-bottom: 5px; font-weight: bold; }
/* Corregir full width */
#artistloginform-page input[type=text],
#artistloginform-page input[type=password] {
    width: 100%; /* Ocupa ancho disponible */
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box; /* Importante */
    margin-bottom: 10px;
    /* Quitar max-width si lo hubiera */
}
#artistloginform-page .forgetmenot { margin-bottom: 10px; display: block; }
#artistloginform-page .forgetmenot label { font-weight: normal; } /* Estilo normal para 'Remember me' */
#artistloginform-page .submit { text-align: right; margin-top: 15px;}
#artistloginform-page #artist_wp-submit.button-primary { width: auto; /* Botón no ocupa todo el ancho */ }
#artist-login-container .login-lost-password { text-align:center; margin-top: 15px; }
#artist-login-container .login-lost-password a { color: #555; text-decoration: underline; }
#artist-login-container .login-lost-password a:hover { color: #0073aa; }

/* Asegurar que los estilos base de WP no interfieran demasiado */
body.lmp-artist-page { background-color: #f0f0f1; } /* Fondo gris claro */