html body{background:url("../../../style/img/login-wallpaper.jpg") no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}html body main{display:flex;justify-content:center;align-items:center;background:0}html body main form{width:90%;max-width:450px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:white;border-radius:10px;box-shadow:0 0 25px 5px #1b1b1b;padding:50px}html body main form img{width:100%;max-width:150px;margin-bottom:5px}html body main form h1{font-size:32px;color:#0093ff;margin-bottom:10px;cursor:default}html body main form section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}html body main form section.info{display:flex;flex-direction:column;text-align:center;margin-top:15px}html body main form section.info p{text-align:center}html body main form section.info a.button{margin-top:25px}html body main form label{width:100%}html body main form label.top,html body main form label.toggle,html body main form button,html body main form a{margin-top:15px}html body main form a{font-size:16px;transition:.2s}html body main form a:hover{color:#0093ff}