﻿/* static/login.css */
/* Estilos extraidos desde templates/login.html */
/* Estilos mínimos sólo para layout de la tarjeta */
    body {
      font-family: 'Poppins', sans-serif;
      background-color: #fdfaff;
      display: flex; justify-content: center; align-items: center; height: 100vh; margin:0;
    }
    .formulario {
      background: #ffffff; padding: 40px 30px; border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08); width: 100%; max-width: 400px;
    }
    h2 { text-align: center; color: #4a235a; margin-bottom: 24px; }
    input {
      width: 100%; padding: 12px; margin-bottom: 16px; border: 1px solid #ccc;
      border-radius: 8px; font-size: 15px; box-sizing: border-box;
    }
    small.hint { display:block; margin:-10px 0 12px; color:#6b7280; }

/* Estilos inline extraidos desde templates/login.html */
.login-inline-001 { margin:-6px 0 10px; text-align:right; }
.login-inline-002 { margin-top:0 }
.login-inline-003 { width:20px;height:20px;margin-right:10px; }

