.theme-light .auth-page{height:100vh;width:100%;display:flex;align-items:center;gap:10px}.theme-light .auth-page .auth-left{width:58vw;height:100%;display:flex;align-items:center;justify-content:center;background-color:#fff;overflow:hidden}@media(max-width:800px){.theme-light .auth-page .auth-left{display:none}}.theme-light .auth-page .auth-right{width:42vw;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;position:relative}.theme-light .auth-page .auth-right .redirect-back{position:absolute;top:20px;left:20px}.theme-light .auth-page .auth-right .redirect-back .logo{cursor:pointer;display:flex;align-items:center;flex-direction:column;justify-content:center}@media(max-width:600px){.theme-light .auth-page .auth-right .redirect-back .logo{padding-left:50px}}.theme-light .auth-page .auth-right .redirect-back .logo h6{font-size:20px;font-family:sans-serif;font-weight:600;line-height:1;color:#1a1a1a}@media(max-width:600px){.theme-light .auth-page .auth-right .redirect-back .logo h6{font-size:17px}}.theme-light .auth-page .auth-right .redirect-back .logo p{font-size:11px;font-weight:600;text-align:center;color:#1d5e81}@media(max-width:800px){.theme-light .auth-page .auth-right{width:100%}}.theme-light .auth-page .auth-right .auth{display:flex;flex-direction:column;gap:30px;width:100%;max-width:400px}.theme-light .auth-page .auth-right .auth .auth-title{display:flex;align-items:center;justify-content:center;flex-direction:column}.theme-light .auth-page .auth-right .auth .auth-title h3{color:#1d5e81}.theme-light .auth-page .auth-right .auth .auth-title h1{font-size:clamp(23px,3vw,35px)}.theme-light .auth-page .auth-right .auth form{display:flex;flex-direction:column;gap:30px;width:100%;max-width:400px}.theme-light .auth-page .auth-right .auth .auth-form-container{display:flex;flex-direction:column;gap:10px}.theme-light .auth-page .auth-right .auth .auth-form-container .auth-form{display:flex;flex-direction:column;gap:5px}.theme-light .auth-page .auth-right .auth .auth-form-container .auth-form .forgot-pass{font-size:15px;color:#1d5e81;cursor:pointer;margin-top:5px}.theme-light .auth-page .auth-right .auth .auth-form-container .auth-form .forgot-pass:hover{text-decoration:underline}.theme-light .auth-page .auth-right .auth .or-container{position:relative;width:100%;height:1px;background-color:hsla(0,0%,52%,.275)}.theme-light .auth-page .auth-right .auth .or-container p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:20px;font-size:11px;display:flex;align-items:center;justify-content:center;background-color:#fff}.theme-light .auth-page .auth-right .auth .direct-btn{padding:10px;background-color:#1d5e81;border:0;cursor:pointer;border-radius:6px}.theme-light .auth-page .auth-right .auth .direct-btn:disabled{background-color:#486575;cursor:not-allowed}.theme-light .auth-page .auth-right .auth .direct-btn p{color:#fff}.theme-light .auth-page .auth-right .auth .google-btn{padding:10px;background-color:#fff;border:1px solid hsla(0,0%,56%,.559);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:15px}.theme-light .auth-page .auth-right .auth .google-btn p{font-size:17px}.theme-light .auth-page .auth-right .auth .google-btn .google-icon{font-size:16px}.theme-light .auth-page .auth-right .auth .redirect-container{display:flex;align-items:center;justify-content:center}.theme-light .auth-page .auth-right .auth .redirect-container p{font-size:16px}.theme-light .auth-page .auth-right .auth .redirect-container p span{color:#1d5e81;cursor:pointer}.theme-light .auth-page .auth-right .auth .redirect-container p span:hover{text-decoration:underline}.theme-dark .auth-page{height:100vh;width:100%;display:flex;align-items:center;gap:10px}.theme-dark .auth-page .auth-left{width:58vw;height:100%;display:flex;align-items:center;justify-content:center;background-color:#181818;overflow:hidden}@media(max-width:800px){.theme-dark .auth-page .auth-left{display:none}}.theme-dark .auth-page .auth-right{width:42vw;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;position:relative}.theme-dark .auth-page .auth-right .redirect-back{position:absolute;top:20px;left:20px}.theme-dark .auth-page .auth-right .redirect-back .logo{cursor:pointer;display:flex;align-items:center;flex-direction:column;justify-content:center}@media(max-width:600px){.theme-dark .auth-page .auth-right .redirect-back .logo{padding-left:50px}}.theme-dark .auth-page .auth-right .redirect-back .logo h6{font-size:20px;font-family:sans-serif;font-weight:600;line-height:1;color:#1a1a1a}@media(max-width:600px){.theme-dark .auth-page .auth-right .redirect-back .logo h6{font-size:17px}}.theme-dark .auth-page .auth-right .redirect-back .logo p{font-size:11px;font-weight:600;text-align:center;color:#1d5e81}@media(max-width:800px){.theme-dark .auth-page .auth-right{width:100%}}.theme-dark .auth-page .auth-right .auth{display:flex;flex-direction:column;gap:30px;width:100%;max-width:400px}.theme-dark .auth-page .auth-right .auth .auth-title{display:flex;align-items:center;justify-content:center;flex-direction:column}.theme-dark .auth-page .auth-right .auth .auth-title h3{color:#1d5e81}.theme-dark .auth-page .auth-right .auth .auth-title h1{font-size:clamp(23px,3vw,35px)}.theme-dark .auth-page .auth-right .auth form{display:flex;flex-direction:column;gap:30px;width:100%;max-width:400px}.theme-dark .auth-page .auth-right .auth .auth-form-container{display:flex;flex-direction:column;gap:10px}.theme-dark .auth-page .auth-right .auth .auth-form-container .auth-form{display:flex;flex-direction:column;gap:5px}.theme-dark .auth-page .auth-right .auth .auth-form-container .auth-form .forgot-pass{font-size:15px;color:#1d5e81;cursor:pointer;margin-top:5px}.theme-dark .auth-page .auth-right .auth .auth-form-container .auth-form .forgot-pass:hover{text-decoration:underline}.theme-dark .auth-page .auth-right .auth .or-container{position:relative;width:100%;height:1px;background-color:hsla(0,0%,52%,.267)}.theme-dark .auth-page .auth-right .auth .or-container p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:20px;font-size:11px;display:flex;align-items:center;justify-content:center;background-color:#181818}.theme-dark .auth-page .auth-right .auth .direct-btn{padding:10px;background-color:#1d5e81;border:0;cursor:pointer;border-radius:6px}.theme-dark .auth-page .auth-right .auth .direct-btn:disabled{background-color:#486575;cursor:not-allowed}.theme-dark .auth-page .auth-right .auth .direct-btn p{color:#fff}.theme-dark .auth-page .auth-right .auth .google-btn{padding:10px;background-color:#fff;border:1px solid hsla(0,0%,54%,.493);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:15px}.theme-dark .auth-page .auth-right .auth .google-btn p{font-size:17px}.theme-dark .auth-page .auth-right .auth .google-btn .google-icon{font-size:16px}.theme-dark .auth-page .auth-right .auth .redirect-container{display:flex;align-items:center;justify-content:center}.theme-dark .auth-page .auth-right .auth .redirect-container p{font-size:16px}.theme-dark .auth-page .auth-right .auth .redirect-container p span{color:#1d5e81;cursor:pointer}.theme-dark .auth-page .auth-right .auth .redirect-container p span:hover{text-decoration:underline}.theme-light .auth-slider{width:100%;height:100%;position:relative;overflow:hidden}.theme-light .auth-slider .card-image{object-fit:cover}.theme-dark .auth-slider{width:100%;height:100%;position:relative;overflow:hidden}.theme-dark .auth-slider .card-image{object-fit:cover}