@import url(https://fonts.googleapis.com/css2?family=Questrial&family=Roboto:wght@300&display=swap);body{margin:0;background:#3742fa;font-family:Questrial,sans-serif;background-color:#427b86}section{height:100vh;margin:0 auto;display:flex;justify-content:center;align-items:center}section #pre{max-width:50vw;width:100%}section svg{color:#fefefe;font-size:1em;-webkit-animation:rotate .75s linear infinite;animation:rotate .75s linear infinite}section img{max-width:200px;max-height:200px;margin:0 auto;margin-bottom:20px}section h1{font-size:3em}section h1,section h2{color:#fefefe;margin:0;margin-bottom:20px;letter-spacing:5px;text-align:center}section h2{font-size:1.5em;font-family:Roboto,sans-serif;font-weight:lighter}section form{border-radius:5px;box-shadow:0 19px 38px rgba(0,0,0,.05),0 15px 12px rgba(0,0,0,.12);background:#fefefe;padding:40px}section form input{margin:0 auto;display:block;max-width:500px;width:100%;height:40px;color:#1a1a1a;margin-bottom:20px;border:none;border-bottom:2px solid #d3d3d3;padding:2.5px;outline:none;text-indent:15px}section form button{margin:0;margin-top:40px;max-width:250px;width:100%;height:45px;text-align:center;padding:5px;font-size:.89em;letter-spacing:1.5px;font-family:Roboto,sans-serif;font-weight:700;border-radius:5px;border:none;background:#427b86;color:#fefefe;border:2px solid #427b86;transition:all .25s ease}section form button.opaque{opacity:.5;pointer-events:none}section form button:hover{transform:translateY(-7.5px);box-shadow:0 14px 28px rgba(0,0,0,.15),0 10px 10px rgba(0,0,0,.12);cursor:pointer}section p{margin:0;padding:0;margin-top:40px;font-family:Roboto,sans-serif}@media screen and (max-height:900px){section{margin-top:100px}section form{margin-bottom:50px}}@media screen and (max-width:700px){section{margin:0 auto;margin-top:50px;align-items:flex-start;max-width:100%!important;width:90%}section #pre{max-width:100vw;width:100%}section h1{font-size:10vw}section form{margin-bottom:50px}}@media screen and (max-width:400px){section img{max-width:40vw;max-height:40vw}}@-webkit-keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}