:root{--enable-shadows: false;--bd-radius: 4px}body.dark .primary-bg{background:#202125}body.dark .secondary-bg{background:#2c2d33}body.dark .uv-nav-bg{background:#32333a}body.dark .primary-text{color:#fff !important}body.light .primary-bg{background:#fafafa}body.light .secondary-bg{background:#f5f5f5}body.light .uv-nav-bg{background:#252b36}body.light .primary-text{color:#333 !important}html{font-family:"Roboto",sans-serif}*,body{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}#login-page{background:#252b36;height:100vh;width:100vw;display:grid;place-items:center}.form-wrapper{width:380px;background:#fff;border-radius:4px}@media(max-width: 500px){.form-wrapper{width:320px}}.form-heading{padding:15px 10px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;box-shadow:0px 7px 11px -5px rgba(0,0,0,.31);-webkit-box-shadow:0px 7px 11px -5px rgba(0,0,0,.31);-moz-box-shadow:0px 7px 11px -5px rgba(0,0,0,.31)}.form-heading h2{margin-left:5px;font-weight:bolder;color:#f1a350}.form-input-wrapper{padding:35px 20px 20px 20px}.mb-3{margin-bottom:20px}.mb-2{margin-bottom:12px}.mb-1{margin-bottom:6px}.forgot-password{font-weight:500;font-size:14px;text-decoration:none;color:#2c2d33;display:inline-block}.other-option-text p,.other-option-text a{text-align:center;display:block}.other-option-text p{font-size:14px;color:#4d4d51;margin-bottom:10px}.input-group label{font-size:14px;margin-bottom:5px;display:block}.input-group input{padding:8px 10px;display:block;width:100%;border-radius:2px;border:1px solid #ddd;background-color:rgba(221,221,221,.185);font-size:14px;-webkit-transition:all .2 ease-in;transition:all .2 ease-in}.input-group input:focus{border-color:#2196f3;outline-style:none}.input-group.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;width:100%}.input-group.checkbox label{display:inline;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:10px;margin-bottom:0}.input-group.checkbox label a{color:#4d4d51;font-weight:500}.input-group.checkbox input{display:inline;width:20px}.password-hide-show{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.password-hide-show span{font-size:13px;color:#4d4d51;cursor:pointer}.login-btn-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}.login-btn-wrapper .login-button{width:70%;background-image:-webkit-gradient(linear, left top, right top, from(#e71d35), color-stop(50%, #dd9044), to(#e71d35));background-image:linear-gradient(to right, #e71d35 0%, #dd9044 50%, #e71d35 100%);background-size:200% auto;padding:15px;border:none;font-size:16px;border-radius:4px;color:#fff;font-weight:bold;-webkit-transition:all 200ms ease-in;transition:all 200ms ease-in;cursor:pointer}.login-btn-wrapper .login-button:hover{background-position:right center}/*# sourceMappingURL=login.style.css.map */