@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500&display=swap");@media only screen and (orientation: landscape){:root{font-size:4vh}}@media only screen and (orientation: portrait){:root{font-size:4vw}}body{margin:0px;padding:0px;background-image:url("../img/bg.jpg");display:flex;align-items:center;height:100vh;width:100vw}body section{padding:0px 10px 20px;margin:auto;text-align:center;width:100vw;background-color:#fffa;box-shadow:#fff 0px 0px 15px;font-family:'Roboto', sans-serif;font-size:1rem;color:#111}body section p{line-height:130%}body section input[type=text],body section button#checkpasswd{font-size:inherit;margin-top:10px;text-align:inherit;text-transform:uppercase;font-size:inherit;padding:12px 35px;background-color:#fff;border:2px #111 solid;border-radius:10px}body section button#checkpasswd{cursor:pointer}.modal{text-align:center !important}.modal .res-success{color:green}.modal .res-error{color:red}
