body{font-family:"Poppins", sans-serif;font-weight:400;font-style:normal;margin:0;width:100%;}.header, .content{margin:auto;max-width:1100px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-content:center;padding:0 80px;}.header{height:160px;margin-bottom:20px;border-bottom:30px #020659 solid;}.error{color:#FF0000;}.hero{width:80%;}.logo{width:260px;}.login{width:400px;}.field{font-size:14px;padding:5px 10px;font-family:"Poppins", sans-serif;box-sizing:border-box;width:100%;}.btn{font-size:16px;font-weight:700;padding:0;line-height:41px;font-family:"Poppins", sans-serif;box-sizing:border-box;width:100%;background:#f6ce2a;border:none;border-radius:5px;text-transform:uppercase;}.btn:hover{cursor:pointer;}.loadingIndicator{width:100%;text-align:center;}.loadingIndicator img{padding:10px 0;}.formRow{margin-bottom:10px;}.support{width:1100px;height:160px;margin:auto;display:flex;flex-direction:row;justify-content:center;}.footer{background:#eff3f9;padding:40px 80px;display:flex;flex-direction:column;align-items:center;}@media only screen and (max-width:768px){.header, .content{margin:auto;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 0;}.hero{width:220px;}.login{width:260px;}.logo{width:200px;margin-bottom:10px;}.header{height:160px;padding:0;margin-bottom:0;border-bottom:10px #020659 solid;}.support{width:100%;padding:0 10px;}}