﻿html,body{width:100%;height:100%;margin:0;padding:0;min-height:100%!important}body{background:#c9d1e1;justify-content:center;align-items:center;display:flex}.login-form{background:#fdfdfd;border-radius:8px;width:35%;height:75%;box-shadow:0 0 10px #0003}.login-inner-form{box-sizing:border-box;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;height:100%;padding:7.3%;display:flex}.login-header{color:#585858;font-size:28px;font-weight:600}.form-label-group>label,.form-input{color:#878787!important}.remember-checkbox{width:20px;height:20px;border:1px solid #878787!important}.submit-btn{transition:all .3s ease-in-out}.submit-btn:hover{background:#6182e8!important}.logo-container{width:100%}.logo-wrapper{justify-content:center;align-items:center;width:100%;display:flex}