#input-pass,#input-user{width:100%;height:30px;padding:0 1rem}.login-form{z-index:666;background:#f5f5f5;padding:1.5rem 2rem 2rem 2rem;border-radius:1rem;box-shadow:0 4px 10px #444;display:flex;flex-flow:row;align-items:center;justify-content:center;flex-wrap:wrap}.desarrollador{z-index:666;position:fixed;bottom:10px;padding-bottom:0;left:calc(52% - 7rem);padding:.5rem 1.5rem;width:14rem;text-align:center;opacity:.6;transition:padding .2s,opacity .2s}.desarrollador:hover{padding-bottom:10px;opacity:.9}.desarrollador a{color:#111;font-weight:700;font-size:1rem;text-decoration:none;margin-bottom:2px}.desarrollador a:hover{text-decoration:none}.desarrollador #nerus_line{background:#111;width:1px;height:1px}.line{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background:var(--mdc-theme-primary)}.line-1{z-index:3;opacity:.5}.line-2{z-index:2;opacity:.75}.line-3{z-index:1;opacity:.5}.wave{position:absolute;left:0;width:200%;height:100%;background-repeat:repeat no-repeat;background-position:0 bottom;transform-origin:center bottom}.wave1{background-size:50% 80px;-webkit-background-size:50% 70px;animation:animate 8s linear infinite}.wave2{background-size:50% 100px;-webkit-background-size:50% 90px;animation:animate 12s linear infinite}.wave3{background-size:50% 80px;-webkit-background-size:50% 80px;animation:animate 18s linear infinite}@keyframes animate{0%{transform:translateX(0) translateZ(0) scaleY(1)}50%{transform:translateX(-25%) translateZ(0) scaleY(.5)}100%{transform:translateX(-50%) translateZ(0) scaleY(1)}}@media (max-width:580px){.login-form{padding:1rem;flex-flow:column;flex-wrap:nowrap;width:90vw}}