﻿*,*::after,*::before{box-sizing:border-box;}html{font-size:10px;}body,html{margin:0;padding:0;background-color:#e2e4e9;font-family:"Roboto";display:flex;justify-content:center;width:100%;}.img-res{max-width:100%;height:auto;}.container{width:100%;margin-right:auto;margin-left:auto;}@media(max-width:767px){.container{padding:0 1rem;}}@media(min-width:768px){.container{padding:0 5rem;}}@media(min-width:992px){.container{padding:0 8rem;}}@media(min-width:1600px){.container{padding:0 24rem 0 20rem;}}.login{width:100%;}@media screen and (max-width:1024px){.login{height:100vh;width:100%;display:flex;align-items:center;flex-wrap:nowrap;justify-content:center;}}@media screen and (max-width:1024px){.login__main{width:100%;}}.login__flex{padding:6rem 0;display:flex;align-items:center;height:100vh;justify-content:space-between;}@media screen and (max-width:1024px){.login__flex{align-items:center;}}.login__left{margin:12rem 9rem 0 0;}@media screen and (max-width:1024px){.login__left{display:none;}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.login__left{display:block;}}.login__logo{text-align:center;margin-bottom:6rem;}.login__logo .img-res{width:25rem;}@media screen and (max-width:1024px){.login__logo .img-res{width:24.5rem;}}.login__form{width:42rem;background:#fff;box-shadow:0 4px 36px rgba(0,0,0,.16);border-radius:8px;display:flex;align-items:flex-start;flex-wrap:nowrap;justify-content:center;padding:6rem 4rem 3rem 4rem;margin-left:9rem;max-height:90rem;}@media screen and (max-width:1024px){.login__form{margin:0 auto;}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.login__form{margin:0 auto;}}@media(max-width:767px){.login__form{width:100%;}}.login__form form{width:100%;position:relative;}.login__form form .custom-check{margin-top:2.7rem;max-width:14rem;}@media screen and (max-width:1024px){.login__form form .custom-check{margin-top:-.5rem;}}.login__form form .field-validation-error{position:absolute;top:23%;right:50%;background:#ffe4e4;z-index:9999;transform:translate(50%,-50%);width:100%;text-align:center;font-size:1.4rem;color:#f00;padding:.7rem 1rem .7rem 1rem;}@media screen and (max-width:1024px){.login__form form .field-validation-error{top:24%;}}.login__form form .field-validation-error[data-valmsg-for=errorSummary]{position:relative;top:unset;right:unset;display:block;margin-bottom:3rem;transform:none;}.login__form form .material-textfield{position:relative;margin-bottom:2.8rem;}.login__form form .material-textfield .field-validation-error{position:absolute!important;bottom:-1.9rem!important;left:0!important;background:none!important;transform:inherit!important;top:auto!important;right:auto!important;text-align:left!important;padding:.5rem 0;font-size:1.2rem!important;}.login__form form .material-textfield label{position:absolute;font-size:1.6rem;left:10px;top:50%;transform:translateY(-50%);background-color:#fff;color:#888;padding:0 .3rem;margin:-.2rem .3rem;transition:.1s ease-out;transform-origin:left top;pointer-events:none;}.login__form form .material-textfield .custom-input{font-size:1.6rem;outline:0;border:1px solid rgba(0,42,102,.5);border-radius:4px;padding:1.4rem 1.5rem;color:#333;transition:.1s ease-out;box-sizing:border-box;width:100%;margin-bottom:.5rem;}.login__form form .material-textfield .custom-input:focus{border:1px solid #013b8e;}.login__form form .material-textfield .custom-input:focus+label{color:#888;top:0;transform:translateY(-50%) scale(.8);padding:0 1.3rem;}.login__form form .material-textfield .custom-input:placeholder{color:#333;}.login__form form .material-textfield .custom-input:not(:placeholder-shown)+label{top:0;transform:translateY(-50%) scale(.8);}.login__btn{text-align:center;margin:4rem auto;max-width:100%;}@media(max-width:767px){.login__btn{max-width:100%;}}.login__btn .submit-form{background-color:#002a66;outline:0;border:0;line-height:1.9rem;font-size:1.6rem;font-weight:500;cursor:pointer;color:#fff;box-shadow:0 4px 16px rgba(0,38,91,.2);border-radius:4px;width:100%;padding:1.8rem 2rem 1.9rem 2rem;}.login__btn .submit-form:hover{background-color:#00204d;}.styled-checkbox{position:absolute;opacity:0;}.styled-checkbox~label{position:relative;cursor:pointer;padding:0;font-size:1.6rem;display:flex;align-items:center;color:#222;font-weight:normal;}.styled-checkbox~label:before{content:"";display:inline-block;vertical-align:middle;width:1.8rem;height:1.8rem;background:#fff;border:2px solid #666;border-radius:.3rem;margin-right:1.2rem;margin-left:.3rem;}@media(max-width:767px){.styled-checkbox~label:before{margin-right:1.3rem;}}.styled-checkbox:checked~label:before{background:#002a66;border:0;}.styled-checkbox:checked~label:after{content:"";position:absolute;left:8px;top:2px;width:7px;height:13px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);transform:rotate(45deg);}