:root{--white-500-2:#fff;--secondary-500-2:#001233;--secondary-400-2:#001947;--secondary-300-2:#002466;--secondary-200-2:#003c6a;--secondary-100-2:#025fa7;--primary-700-2:#009278;--primary-600-2:#008667;--primary-500-2:#00cb9d;--primary-400-2:#00e6b1;--primary-300-2:#00d6a6;--grey-700-2:#454d54;--grey-650-2:#5c6670;--grey-600-2:#5d6573;--grey-500-2:#6f777f;--grey-400-2:#9da6ae;--grey-300-2:#b9bfc5;--grey-200-2:#e8eaef;--blue-500-2:#1046a9;--light-blue-500-2:#536aab;--light-blue-500:#a8bfeb;--light-blue-400:#d3dbf1;--light-grey-600-2:#d1d5d9;--light-grey-500-2:#e7ebef;--light-grey-400-2:#e7ebef;--light-grey-300-2:#f0f2f5;--notification-600-2:#dbc500;--notification-500-2:#fae100;--green-500-2:#008667;--orange-500-2:#d19421;--red-500-2:#c93d1a;--error-500-2:#c43e1c}.form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1rem 0}.field,.field__input,.form,.form__submit{width:100%}.field{display:-webkit-box;display:-ms-flexbox;display:flex}.field--checkbox .field__input{-ms-flex-preferred-size:27px;flex-basis:27px;margin-right:10px;margin-top:6px}.field--checkbox .field__label{display:block}.field--checkbox .field__label strong{font-weight:400;color:var(--primary-600-2)}.field,.form__submit{margin:.5rem}.field__input{padding:.67em 1em;border:1px solid #1c2e36;border-radius:5px;font-size:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.login__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.login__link{margin:.25rem;font-weight:700}.container--login,.container--signup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:2rem;margin-bottom:2rem}.wrapper__content .container--login h1,.wrapper__content .container--signup h1{margin-bottom:0}.wrapper__content .container--login h2,.wrapper__content .container--signup h2{margin-top:1rem;margin-bottom:0}.error{display:none;background-color:#fff6f6;color:#9f3a38;-webkit-transition:opacity .3s;transition:opacity .3s;opacity:0;padding:21px;border-radius:5px;border:1px solid #e0b4b4;margin-bottom:.5rem}.error a{-webkit-box-shadow:inset 0 -.05em #fff,inset 0 -.15em #e0b4b4!important;box-shadow:inset 0 -.05em #fff,inset 0 -.15em #e0b4b4!important;color:#9f3a38!important}.placeholder__error .error.show{display:block;opacity:1}