.auth{letter-spacing:1px;justify-content:center;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;align-items:center;height:100%;width:100%;color:#2894f9}.auth__error{color:red;font-weight:700;position:absolute;top:0}.auth__container{padding:30px;border-radius:20px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.auth__simple-login{position:relative;padding-top:20px;display:flex;flex-direction:column;gap:15px}.auth__simple-login input{border:2px solid rgba(227,221,221,.75);height:40px;width:400px;border-radius:10px;padding-left:10px}@media(max-width:480px){.auth__simple-login input{height:40px;width:250px}}.auth__simple-login input:focus{border-color:#0084ff}.auth__register{width:80%;border:none;background-color:#1dce1d;color:#fff;padding:10px;border-radius:10px;margin:25px auto;display:block}@media(max-width:480px){.auth__register{font-size:12px}}.auth__register:hover{background-color:#46d746}.auth__logo{color:#54c3ec;text-align:center;width:100dvw;padding-right:350px;display:flex;justify-content:center;font-weight:700}.auth__logo:hover{color:#2fbaec}@media(max-width:480px){.auth__logo{text-align:left;padding:0}}.auth__option{width:100%;max-width:400px;display:flex;flex-direction:column;padding:0;gap:20px}.auth__button{background-color:#fff;border:none;border-radius:25px;width:100%;gap:15px;align-items:center;padding:10px;letter-spacing:1px;border:1px solid rgba(227,221,221,.75);font-size:15px;transition:background-color .2s ease .1s,border .2s ease .1s;display:flex;justify-content:center;color:#1c1c1c;font-weight:600}@media(max-width:480px){.auth__button{font-size:12px;width:100%}}.auth__button:hover{background-color:#efeff3;border:1px solid #54c3ec}.provider__icon{font-size:20px}.auth__login-btn-wrapper{display:flex;height:40px;justify-content:center}.auth__login-btn-wrapper button{background-color:#0084ff;color:#fff;border:none;padding:10px;border-radius:10px;width:100%}@media(max-width:480px){.auth__login-btn-wrapper button{font-size:12px}}.auth__login-btn-wrapper button span{padding-right:10px;font-size:x-large;display:none}.auth__login-btn-wrapper button:hover{background-color:#66f}.provider__icon-facebook{color:#5e5ef3}.auth__description{text-align:center;font-size:17px;color:#4b72f1}@media(max-width:480px){.auth__description{font-size:13px!important;padding:0!important}}.auth__header{display:flex;justify-content:flex-start;width:100%;padding:20px}.auth__image{height:100px;width:100px;margin-bottom:80px}.main-gradient{background:linear-gradient(325deg,rgb(0,132,255),rgb(152,148,209));background:linear-gradient(325deg,#a100ff,#ff0068);border-bottom:navy}.register{height:100dvh;display:flex;justify-content:center;align-items:center;width:80vw}.register__error{color:red;font-weight:700}.register__container{background-color:#fff;padding:30px;border-radius:20px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;position:relative}.register__container h1{color:#1dce1d}.register__simple-login{display:flex;flex-direction:column;gap:15px}.register__simple-login input{border:2px solid rgba(227,221,221,.75);height:40px;width:400px;border-radius:10px;padding-left:10px}.register__simple-login input:focus{border-color:#0084ff}.register__register{width:80%;border:none;background-color:#1dce1d;color:#fff;padding:10px;border-radius:10px;margin:25px auto;display:block}.register__register:hover{background-color:#46d746}.register__providers{padding-top:25px;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:20px}.register__providers button{background-color:rgba(227,221,221,.75);border:none;padding:10px;border-radius:10px;width:70%}.register__providers button:hover{background-color:#b3b3bd}.register__border-error{border-color:red}.get-started{display:flex;justify-content:center;align-items:center;padding:2rem 1rem;min-height:100dvh;width:100dvw;background:linear-gradient(135deg,#fafafa,#e6e9f0)}.get-started__container{width:100%;max-width:420px;background:#fff;padding:2rem;border-radius:18px;box-shadow:0 6px 20px rgba(0,0,0,.08)}.get-started__form{display:flex;flex-direction:column;gap:1.6rem}.get-started__item{display:flex;flex-direction:column;gap:.6rem}.get-started__item h3{margin:0;font-size:1.05rem;font-weight:600;color:#333}.get-started__item select{width:100%;padding:.8rem 1rem;border-radius:10px;border:1px solid #ccc;background:#fafafa;font-size:1rem;transition:all .2s ease}.get-started__item select:focus{border-color:#5b8bf7;background:#fff;outline:none;box-shadow:0 0 0 2px rgba(91,139,247,.2)}.get-started__submit{width:100%;padding:.9rem;margin-top:.4rem;background:#5b8bf7;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}.get-started__submit:disabled{background:#b7c7f3;cursor:not-allowed}.get-started__submit:not(:disabled):hover{background:#4a77e6}.get-started__submit:not(:disabled):active{transform:scale(.97)}.get-started .error-message{background:#ffefef;color:#cc4040;padding:.8rem 1rem;border-radius:10px;font-size:.95rem;border:1px solid #ffcdcd}@media(max-width:480px){.get-started__container{padding:1.5rem}.get-started__submit{font-size:1rem}}