html{font-size:16px;font-family:'Open Sans', sans-serif;}body{margin:0;width:100vw; height:100vh;display:flex;justify-content:center;align-items:center;color:hsl(0, 0%, 40%);background: #2b2c33; background: -moz-linear-gradient(top, #2b2c33 0%, #5884a6 100%); background: -webkit-linear-gradient(top, #2b2c33 0%,#5884a6 100%); background: linear-gradient(to bottom, #2b2c33 0%,#5884a6 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2c33', endColorstr='#5884a6',GradientType=0 ); }button{font-family:inherit;font-size:inherit;background-color:transparent;color:inherit;border:0;all:unset;cursor:pointer;}a{text-decoration:none;color:inherit;}#app{padding-bottom:4rem;}#app > div{text-align:center;background-color:white;padding:1rem;border-radius:0.25rem;width:280px;box-sizing:border-box;}#app > .link-home{display:block;width:90%;margin:auto;height:8rem;content:'';background-image:url('/static/27/img/logo.svg');background-size:contain;background-repeat:no-repeat;background-position:center center;}input[type="text"], input[type="password"], input[type="email"]{font-family:inherit;font-size:inherit;color:inherit;display:inline-block;box-sizing:border-box;width:100%;margin-bottom:1rem;background-color:white;border:1px solid grey;padding:0.5rem 1rem;border-radius:0.25rem;}.btn{display:inline-flex;justify-content:center;align-items:center;background-color:hsl(120, 55%, 50%);color:white;box-sizing:border-box;width:100%;padding:0.5rem 1rem;margin-bottom:1rem;border-radius:0.25rem;}.btn.off{background-color:hsl(0, 0%, 70%);color:hsl(0, 0%, 30%);}.btn > span{display:inline-block;margin-left:0.5rem;font-weight:600;font-size:1.125rem;}.instructions{margin-bottom:1rem;}.login-extras{display:flex;justify-content:space-between;align-items:center;}.login-extras > label{display:inline-flex;align-items:center;}@media all and (min-width:768px){#app > div{width:432px;padding:2rem;}input[type="text"], input[type="password"], input[type="email"]{margin-bottom:1rem;padding:0.875rem 1rem;}#app > .link-home{margin-bottom:2rem;}.btn{padding:1.125rem 1rem;margin-bottom:1rem;}}