h1,h3{font-family:New Spirit,serif}.authPage{height:100vh;background:var(--page-bg)}.authPage,.innerauthPage{width:100vw;overflow:hidden}.innerauthPage{box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:100vh;max-height:2000px;margin:0 auto;position:relative;font-family:New Spirit,serif,Poppins,Arial,Helvetica,sans-serif}.authFormTopWrapper{background:var(--page-bg);text-align:center}.form_component{width:80%;height:80%;justify-content:space-between;max-width:1500px;max-height:900px;z-index:99}.form_carousel_container,.form_component{display:flex;align-items:center;position:relative}.form_carousel_container{width:50%;height:100%;justify-content:center;flex-direction:column}.loginImg{width:80%;height:max-content}.loginCaption{display:flex;align-items:center;justify-content:center;width:100%;font-size:40px;font-weight:700}.loginCaption .dot{font-size:48px}.loginCaption .noProblem{color:var(--fog)}.authForm_wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:45%;height:100%;padding:4rem 2.5rem 2.5rem;box-sizing:border-box;gap:.6rem;background:#000;border-radius:14px}.formTitle,.subFormTitle{color:#7f0000;text-align:center}.subTxt{color:rgb(186,186,186);font-size:14px}.subTxt.forgot{margin-top:1rem}.subTxt span{color:rgb(141,141,212);font-size:14px;cursor:pointer;text-decoration:underline}@media (max-width:1024px){.form_component{width:100%;flex-direction:column-reverse}.authForm_wrapper{width:65%;height:max-content;padding-top:1.5rem;gap:.6rem;align-items:center}.loginCaption{text-align:center;font-size:32px}}@media (max-width:575px){.form_component{width:95%;height:max-content;padding-bottom:3rem;gap:1.6rem}.form_carousel_container{width:100%}.loginImg{display:none}.loginCaption{font-size:26px}.authForm_wrapper{width:100%;height:100%}.formTitle{font-size:32px}}.dark .authPage{background:var(--page-bg-dark)}