.container{flex-direction:column;justify-content:center;min-height:100dvh;padding-top:140px;display:flex}.form{flex-direction:column;justify-content:space-between;gap:1rem;width:100%;max-width:min(78ch,100%);margin:0 auto;padding:2rem;display:flex}.form input{background-color:var(--richBlack2);color:var(--text);box-shadow:none;border:1px solid #1e2b36;border-radius:5px;outline:none;width:100%;padding:.75rem;font-size:1rem;display:block}.form input:focus{border-color:var(--primary-color-medium)}.form input[type=submit]:disabled{opacity:.75!important;filter:none!important}.form input[type=submit]:disabled:hover{cursor:default!important}.form>div{flex-direction:column;gap:.25rem;display:flex}.registerPage h5{font-size:15px;font-weight:400}.registerPage label{color:#fff;font-size:.93rem;font-weight:400}.registerPage h4{font-size:2rem;font-weight:500}.registerPage h3{font-weight:500}.registerPage h5,.registerPage h4,.registerPage h3,.registerPage h2,.registerPage p{text-align:left;margin-block:0}.registerPage .formSectionHeader p{color:#fff9}.formSectionHeader h5{margin-bottom:.2rem}.registerPage h3:not(:first-of-type),.registerPage button:last-of-type{margin-top:2rem}.registerPage .trialText{color:#fff9;font-size:.9em}.registerPage .trialText,.registerPage .secureText{text-align:center;margin-top:1.25rem;font-weight:400}.registerPage .secureText{color:#fff9;white-space:nowrap;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.secureText img{margin-right:.25rem;position:relative;top:-2px}.registerPage .trialText a:hover{color:#fff}.registerHeader{z-index:1;justify-content:space-between;align-items:center;gap:1rem;width:100%;height:133px;padding-inline:1.5rem;display:flex;position:absolute;top:-10px}.registerHeader div,.registerHeader a{object-fit:contain;flex-shrink:1;justify-content:flex-start;width:150px;height:150px;position:relative}.pageBackground{opacity:.75;pointer-events:none;z-index:-1;width:100%;height:40dvh;position:absolute;top:0}.pageBackground>div{height:100%;position:relative}.pageBackground img{object-fit:cover}.overlay{pointer-events:none;background-color:#040404bf;position:absolute;inset:0}.fadeBottom{background:linear-gradient(to bottom,transparent 0%,var(--bg)100%);pointer-events:none;z-index:10;width:100%;height:50%;position:absolute;bottom:0;left:0}.registerSpinner{z-index:1000;pointer-events:none;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);align-items:center;width:100%;display:flex;position:fixed;top:0;bottom:0}.inputValidationError{color:var(--red);margin-top:4px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.accountCreationFade{background-color:var(--bg);width:100%;height:100%;animation:.5s ease-in forwards fadeIn}@media screen and (max-width:480px){.registerPage .trialText{margin-inline:-1rem;font-size:10px}.container{padding-top:80px}}
