:root{--light-gray-bg-color:#ededed;--light-text-color:rgba(73,73,73,.64);--text-color-1:rgba(41,41,41,.9);--text-color-2:rgba(52,52,52,.9);--white:#fff;--white-1:hsla(0,0%,100%,.9);--white-2:hsla(0,0%,100%,.7);--orange:#fe5339;--text-size-1:clamp(1rem,0.9597107438016529rem + 0.1652892561983471vw,1.125rem);--text-size-2:1.188rem --text-size-3:clamp(1.125rem,1.084710743801653rem + 0.1652892561983471vw,1.25rem);--text-size-4:clamp(1.25rem,1.1694214876033058rem + 0.3305785123966942vw,1.5rem);--text-size-5:1.8125rem;--text-size-6:2rem;--text-size-7:clamp(2rem,1.9194214876033058rem + 0.3305785123966942vw,2.25rem);--text-size-8:clamp(1.5rem,1.2179752066115703rem + 1.1570247933884297vw,2.375rem);--big-text-size-1:clamp(2rem,1.2747933884297522rem + 2.975206611570248vw,4.25rem);--big-text-size-2:clamp(2.3rem,1.5909090909090908rem + 2.909090909090909vw,4.5rem);--big-text-size-3:clamp(3.4375rem,2.515625rem + 4.609375vw,7.125rem);--big-text-size-4:clamp(3.125rem,1.5653223140495869rem + 6.398677685950413vw,7.964rem)}*{padding:0;margin:0;box-sizing:border-box}.b-auth-wrapper{min-height:100vh;font-family:Satoshi,sans-serif;display:flex;justify-content:center;align-items:center;background:#f7f7f7}.b-auth-wrapper .auth-container{max-width:1200px;width:100%;display:flex;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.08);margin:10px}@media(max-width:900px){.b-auth-wrapper .auth-container{flex-direction:column;border-radius:0;margin:0;min-height:100vh}}.b-auth-wrapper .auth-container .auth-left{width:55%;padding:40px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/_next/static/media/login.0b6d7dc9.jpg) no-repeat 50%/cover}@media(max-width:900px){.b-auth-wrapper .auth-container .auth-left{width:100%;padding:40px 30px}}.b-auth-wrapper .auth-container .auth-left img{width:100%;max-width:200px}.b-auth-wrapper .auth-container .auth-left .auth-text{display:flex;flex-direction:column;justify-content:center;gap:24px}.b-auth-wrapper .auth-container .auth-left .auth-text h1{color:var(--text-color-1);font-size:var(--big-text-size-1);font-style:normal;font-weight:700;line-height:110%;letter-spacing:-1.86px;margin:0;font-size:82px;color:#fff}@media(max-width:1024px){.b-auth-wrapper .auth-container .auth-left .auth-text h1{font-size:65px}}@media(max-width:768px){.b-auth-wrapper .auth-container .auth-left .auth-text h1{font-size:42px}}.b-auth-wrapper .auth-container .auth-left .auth-text p{color:var(--text-color-2);font-size:var(--text-size-1);font-style:normal;font-weight:500;line-height:normal;margin:0;color:#fff;width:80%}@media(max-width:768px){.b-auth-wrapper .auth-container .auth-left .auth-text p{width:100%}}.b-auth-wrapper .auth-container .auth-right{width:45%;padding:70px 60px;background:#fff;display:flex;justify-content:center;align-items:center}@media(max-width:900px){.b-auth-wrapper .auth-container .auth-right{width:100%;padding:40px 30px}}.b-auth-wrapper .auth-container .auth-right .auth-card{width:100%;max-width:380px;display:flex;flex-direction:column;gap:22px}.b-auth-wrapper .auth-container .auth-right .auth-card h2{color:var(--text-color-1);font-size:var(--big-text-size-1);font-style:normal;font-weight:700;line-height:110%;letter-spacing:-1.86px;margin:0;font-size:var(--text-size-8);color:#1f1f1f}.b-auth-wrapper .auth-container .auth-right .auth-card .subtext{color:var(--text-color-2);font-size:var(--text-size-1);font-style:normal;font-weight:500;line-height:normal;margin:0;color:#7a7a7a}.b-auth-wrapper .auth-container .auth-right .auth-card form{display:flex;flex-direction:column;gap:16px;margin-top:8px}.b-auth-wrapper .auth-container .auth-right .auth-card form input{width:100%;padding:14px 16px;border-radius:8px;border:1px solid #e2e2e2;background:#fff;font-size:16px;color:#1f1f1f;outline:none;transition:.3s}.b-auth-wrapper .auth-container .auth-right .auth-card form input::placeholder{color:#9a9a9a}.b-auth-wrapper .auth-container .auth-right .auth-card form input:focus{border-color:var(--orange)}.b-auth-wrapper .auth-container .auth-right .auth-card form .password-wrapper{position:relative}.b-auth-wrapper .auth-container .auth-right .auth-card form .forgot-password{text-align:right}.b-auth-wrapper .auth-container .auth-right .auth-card form .forgot-password span{font-size:14px;color:var(--orange);cursor:pointer}.b-auth-wrapper .auth-container .auth-right .auth-card form .forgot-password span:hover{text-decoration:underline}.b-auth-wrapper .auth-container .auth-right .auth-card form .show-password{position:absolute;top:50%;right:15px;transform:translateY(-50%);cursor:pointer;color:#9a9a9a}.b-auth-wrapper .auth-container .auth-right .auth-card form .show-password img{width:20px}.b-auth-wrapper .auth-container .auth-right .auth-card form button{padding:14px;border-radius:8px;border:none;cursor:pointer;background:var(--orange);color:#fff;font-weight:600;transition:.3s}.b-auth-wrapper .auth-container .auth-right .auth-card form button:hover{opacity:.9}.b-auth-wrapper .auth-container .auth-right .auth-card form button:disabled{opacity:.6;cursor:not-allowed}.b-auth-wrapper .auth-container .auth-right .auth-card .auth-footer{margin-top:10px;font-size:14px;color:#7a7a7a}.b-auth-wrapper .auth-container .auth-right .auth-card .auth-footer .resend,.b-auth-wrapper .auth-container .auth-right .auth-card .auth-footer a{color:var(--orange);text-decoration:none;cursor:pointer}.b-auth-wrapper .auth-container .auth-right .auth-card .auth-footer .resend:hover,.b-auth-wrapper .auth-container .auth-right .auth-card .auth-footer a:hover{text-decoration:underline}