@keyframes rotating-component{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-component{justify-content:center;align-items:center;display:flex}.loader-component.white svg circle{stroke:#fff}.loader-component svg{-ms-animation:rotating-component 1s linear infinite;width:28px;height:28px;animation:1s linear infinite rotating-component}.loader-component svg circle{stroke:#000}.btn{cursor:pointer;text-align:center;background-color:#fff;border:none;border-radius:5px;justify-content:center;align-items:center;gap:8px;padding:16px 24px;font-size:14px;font-weight:700;line-height:16px;display:flex}.btn.primary{background-color:var(--secondary-color);color:#fff}.btn.light{background-color:#e9e9e9}.btn.forgot{background-color:var(--main-color);text-align:left;color:gray;justify-content:left;margin-top:-14px;padding:6px 0 6px 2px;font-weight:400;text-decoration:underline}.btn.forgot:hover{background-color:var(--main-color);color:var(--main-hover-bg-color)}.btn:hover{background-color:var(--main-hover-bg-color);color:var(--main-hover-font-color);transition-property:background-color,color;transition-duration:.5s}.btn:disabled{background-color:var(--main-disabled-bg-color);cursor:not-allowed}.btn.loading{padding:10px 24px}.btn.loading svg circle{stroke:var(--main-hover-font-color)}:root{--main-color:white;--secondary-color:#da4830;--accent-color:white;--main-text-color:black;--main-hover-bg-color:black;--main-hover-font-color:white;--main-disabled-bg-color:grey;--background:linear-gradient(95deg,#f0cdc0 0%,#f1b4ca 25%,#c2b6dd 50%,#c6bdda 75%,#eae8ef 100%)}div.campus-theme{--main-color:black;--secondary-color:#d29e3a;--accent-color:#54595f;--main-text-color:white;--main-hover-bg-color:#f7ba45;--main-hover-font-color:white;--main-disabled-bg-color:grey;--background:#191919}html,body{color:var(--main-text-color);margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px}a{color:var(--secondary-color);text-decoration:none}*{box-sizing:border-box}img{max-width:100%;height:auto}h1,h2,p,ul{margin:0}ul{padding:0;list-style:none}label{color:var(--main-text-color)}.auth-background{background:#e8bdb9;background:var(--background);background-size:cover;flex-direction:column;justify-content:center;align-items:center;gap:32px;min-width:100vw;min-height:100vh;padding:30px;display:flex;box-shadow:6px 6px 16px #0000004d}.auth-background.is-test{border-top:.5px solid #fff;min-height:calc(100vh - 51px)}.auth-background .auth-wrapper{flex-direction:column;flex:1;justify-content:center;gap:32px;width:650px;max-width:100%;display:flex}.auth-background .auth-wrapper>svg{color:#fff;width:55%}.auth-background .auth-wrapper .content{background-color:var(--main-color);border-radius:8px;flex-direction:column;gap:32px;padding:30px;display:flex;box-shadow:0 7px 29px #64646f33}.auth-background .auth-wrapper .content .error-message{color:red;text-align:center}.auth-background .auth-wrapper .content h1{color:var(--secondary-color);text-transform:uppercase;font-size:32px;font-weight:700;line-height:28px}.auth-background .auth-wrapper .content p{color:var(--main-text-color)}.auth-background .auth-wrapper .content .success-wrapper{color:green;align-items:center;gap:16px;display:flex}.auth-background .auth-wrapper .content .success-wrapper .icon{color:#fff;background-color:green;border-radius:50%;justify-content:center;align-items:center;padding:4px;display:flex}.auth-background .auth-wrapper .content .success-wrapper .message{font-size:18px}.auth-background .auth-wrapper>.btn{box-shadow:0 7px 29px #64646f33}.auth-background footer{color:#fff;text-shadow:1px 1px gray;flex:none}form{flex-direction:column;gap:16px;display:flex}form .split{flex-direction:row;gap:16px;display:flex}form .split>*{flex:1}.field{flex-direction:column;gap:8px;display:flex}.field-horizontal-splitter{vertical-align:middle;flex-direction:row;align-items:center;width:100%;display:inline-flex}input{background:#e9e9e9;border:none;border-radius:5px;padding:16px;font-size:16px;line-height:16px}input.with-eye-button{width:100%;padding-right:50px}input.error{border:2px solid red;padding:14px}.eye-icon{cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;width:24px;height:18px;margin-left:-34px;display:block}.eye-icon>svg{color:gray;height:18px}@media screen and (max-width:650px){.auth-background{padding:30px 0}.auth-background .auth-wrapper>svg{margin:0 auto;padding:0}.auth-background .auth-wrapper .content{border-radius:0}.auth-background .auth-wrapper>a{margin:0 32px}.auth-background .auth-wrapper footer{padding:0 30px}form .split{flex-direction:column}}
