.auth-container{width:100%;min-height:100vh;overflow-x:hidden;display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;gap:0 0}.auth-container .auth-main{position:relative;flex:1 1;height:auto;flex-shrink:0;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0 0}@media screen and (max-width:960px){.auth-container .auth-main{width:100%;padding:20px}}.auth-container .auth-main .auth-form{width:100%;max-width:420px}.auth-container .auth-main .auth-form .auth-form_title{font-size:20px;font-weight:700;color:#141a21;margin-bottom:12px}.auth-container .auth-main .auth-form .auth-form_desc{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:4px;font-size:14px;color:#637381;margin-bottom:45px}.auth-container .auth-main .auth-form .auth-form_desc .auth-form_desc_link{color:#27aa41;cursor:pointer}.auth-container .auth-main .auth-form .auth-form_desc .auth-form_desc_link:hover{text-decoration:underline}.auth-container .auth-main .auth-form .auth-form_form{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;gap:24px 0}.auth-container .auth-main .auth-form .auth-form_form .MuiFormControl-root{width:100%}.auth-container .auth-main .auth-form .auth-form_agreement{font-size:12px;line-height:20px;color:#637381}.auth-container .auth-main .auth-form .auth-form_agreement .auth-form_agreement_checkbox{padding:0;margin-right:4px;margin-top:-2px}.auth-container .auth-main .auth-form .auth-form_agreement .auth-form_agreement_link{color:#27aa41;cursor:pointer;text-decoration:underline}.auth-container .auth-main .auth-form .auth-form_password{width:100%;flex:1 1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;gap:12px}.auth-container .auth-main .auth-form .auth-form_password .MuiFormControl-root{width:100%}.auth-container .auth-main .auth-form .auth-form_forgetPassword{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:0 0}.auth-container .auth-main .auth-form .auth-form_forgetPassword .auth-form_forgetPassword_link{font-size:13px;color:#637381;cursor:pointer}.auth-container .auth-main .auth-form .auth-form_forgetPassword .auth-form_forgetPassword_link:hover{color:#27aa41;text-decoration:underline}.auth-container .auth-main .locale{position:absolute;top:30px;right:max(min(1440px,100vw)*40/1440,20px);z-index:100}.auth-banner{position:relative;flex:1 1;max-width:960px;height:100vh;background-color:#27aa41;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0 0}@media screen and (max-width:960px){.auth-banner{display:none}}.auth-banner__carousel{position:relative;width:100%;height:100%;overflow:hidden}.auth-banner__track{display:flex;width:100%;height:100%;transition:transform .4s ease-in-out}.auth-banner__slide{min-width:100%;cursor:pointer}.auth-banner__image{width:100%;height:100%;background-repeat:no-repeat;background-size:auto 100%;background-position:50%}.auth-banner__arrow{position:absolute!important;top:50%;z-index:2;transform:translateY(-50%);display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0 0;cursor:pointer;transition:background-color .2s ease}.auth-banner__arrow--left{left:10px}.auth-banner__arrow--right{right:10px}.auth-logo{position:absolute;top:30px;left:max(min(1440px,100vw)*40/1440,20px);z-index:100;width:max(min(1440px,100vw)*112/1440,80px);height:auto;cursor:pointer}