EVOLUTION-MANAGER
Edit File: login.css
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"); * { font-family: "Open Sans", sans-serif; box-sizing: border-box; margin: 0; padding: 0; } .content-login-users { background-image: url('/admin/recursos/fondo.png'); background-repeat: no-repeat; background-size: cover; width: 100%; background-position-x: center; height: 100vh; margin: 0; } .inicio-session { display: flex; justify-content: center; align-items: center; min-height: 100vh; width: 100%; } .contenedor-formulario { width: 95%; max-width: 420px; border-radius: 2mm; color: #11101d; background-color: transparent; border: 2px solid rgba(63, 60, 60, 0.3); backdrop-filter: blur(20px); box-shadow: 0 0 10px rgba(0, 0, 0, .3); padding: 30px 48px; } form > h1{ text-align: center; font-weight: 800; } form .campo-entrada { width: 100%; height: 50px; margin: 30px 0; position: relative; } .campo-entrada input { width: 100%; height: 100%; background: transparent; border: none; outline: none; border: 2px solid rgba(67, 62, 62, 0.3); border-radius: 2mm; } .campo-entrada input::placeholder { color: #547474; } .campo-entrada i { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: #547474; } form .rocordar-sesion { font-size: 14.5px; margin: 10px 0 15px; } form .rocordar-sesion label input { accent-color: #fff; margin-right: 3px; } .btn { width: 100%; height: 45px; background: #11101d; border: none; outline: none; border-radius: 2mm; box-shadow: 0 0 10px rgba(132, 131, 131, 0.3); cursor: pointer; font-size: 16px; color: #fff; font-weight: 600; } .mensaje-error-login { color: #842029; background-color: #f8d7da; border-color: #f5c2c7; position: relative; padding: 1rem 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; }