@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;background-image:url("/assets/images/pictogram2.jpg");background-size:contain;background-repeat:no-repeat;font-family:"Open Sans",sans-serif;font-size:.9rem;background-position:center center;min-height:100vh;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}.container{max-width:1440px;padding-right:30px;padding-left:30px}.formWrapper{padding:2rem 3rem;background:rgba(78,78,78,.2);margin-top:80px;-webkit-box-shadow:0 0 4rem 2rem white;box-shadow:0 0 4rem 2rem white}.formWrapper .logo{height:52px;width:100%;text-align:center}.formWrapper .logo img{height:52px;width:auto}.formWrapper .errorMessage{text-align:center;display:block;color:#f00}.formWrapper .successMessage{text-align:center;display:block;color:#008000}.otherMethods{text-align:center}.otherMethods p{display:block;margin:0}.otherMethods p a{font-weight:700}.otherMethods div a{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-size:2rem}footer{position:flex;width:100%;-ms-flex-item-align:end;align-self:flex-end;padding:20px 0;color:#4e4e4e}footer .signOff{font-size:.8rem}a{color:#4e4e4e;text-decoration:none;margin-right:1rem}a:last-of-type{margin-right:0}a:hover{color:#aedadb}.btn{border-radius:0;font-size:.9rem;font-weight:600;padding:.5rem 3rem;text-transform:uppercase}.btn:focus{-webkit-box-shadow:0 0 10px 2px rgba(78,78,78,.5) !important;box-shadow:0 0 10px 2px rgba(78,78,78,.5) !important}.btn:active{background-color:#aedadb !important;-webkit-box-shadow:0 0 4px 1px #aedadb !important;box-shadow:0 0 4px 1px #aedadb !important}.btn.btn-primary{background:#4e4e4e !important;border:1px solid #4e4e4e !important}.btn.btn-primary:hover{background:#000 !important;border:1px solid #000 !important}.btn.btn-primary:active{background-color:#aedadb !important;border:1px solid #aedadb !important}.btn.btn-primary:disabled{color:#b4b4b4 !important}.form-control,.form-select,.form-check-input{border-radius:2px !important}.form-control:focus,.form-select:focus,.form-check-input:focus{-webkit-box-shadow:0 0 10px 0 rgba(78,78,78,.5) !important;box-shadow:0 0 10px 0 rgba(78,78,78,.5) !important;border-color:transparent !important}.form-control:active,.form-select:active,.form-check-input:active{-webkit-box-shadow:0 0 10px 0 rgba(78,78,78,.6) !important;box-shadow:0 0 10px 0 rgba(78,78,78,.6) !important}label{color:#4e4e4e;font-size:.9rem;margin:0}@media only screen and (max-width:1024px){body{background-position:bottom center}.formWrapper{margin-top:32px;padding:2rem}}