.first-step{display:flex;flex-direction:column;gap:32px;justify-content:center;padding:24px}.first-step .logo{width:180px;margin:0 auto}.first-step .logo img{width:100%}.first-step .block-info{display:flex;flex-direction:column;gap:16px;text-align:center}.first-step .user-blocked-message{display:flex;flex-direction:column;gap:8px;align-items:flex-start;text-align:left}.first-step .bottom-block-info{display:flex;flex-direction:column;gap:24px}.first-step .bottom-block-info .checkboxes-container{display:flex;flex-direction:column;gap:8px}.first-step .bottom-block-info .checkboxes-container .checkbox-container{display:flex;gap:8px;align-items:center;height:28px}.first-step .bottom-block-info .checkboxes-container .checkbox-container .primary-400{text-decoration:underline}.first-step .bottom-block-info .checkboxes-container .checkbox-container .pointer{cursor:pointer}.first-step .viu-button .button{width:100%}.first-step .bottom-text{display:flex;gap:4px;align-items:center;align-self:center}.first-step .bottom-text>:last-child{cursor:pointer}@media(max-width:640px){.first-step{gap:24px;padding:0}}.fade-slide-enter-active,.fade-slide-leave-active{transition:all .5s ease;max-height:200px;opacity:1;overflow:hidden}.fade-slide-enter,.fade-slide-leave-to{max-height:0;opacity:0;margin-top:-10px}.second-step{display:flex;flex-direction:column;gap:24px;justify-content:center;text-align:center;position:relative}.second-step .header-actions{display:none}.second-step .logo{width:180px;margin:0 auto;margin-top:20px}.second-step .logo img{width:100%}.second-step .description-text{margin-bottom:8px}.second-step .code-inputs{display:flex;gap:12px;justify-content:center;margin:16px 0}.second-step .code-inputs .digit-input{width:48px;height:48px;border:1px solid #d1d5db;border-radius:8px;text-align:center;font-size:20px;color:var(--grey-900);outline:none;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.second-step .code-inputs .digit-input:focus{border-color:var(--primary-500);box-shadow:0 0 0 2px rgba(var(--primary-500-rgb),.2)}.second-step .code-inputs .digit-input::-webkit-inner-spin-button,.second-step .code-inputs .digit-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.second-step .timer-text{margin-bottom:8px}.second-step .buttons-container{display:flex;gap:16px;width:100%}.second-step .buttons-container>:first-child{flex:1}.second-step .buttons-container>:last-child{flex:2}.second-step .enter-button{width:100%}.second-step .resend-code{font-weight:400;font-size:14px;line-height:20px;text-decoration:underline;color:#81e6d9;pointer-events:none;display:flex;justify-content:center;cursor:pointer}.second-step .resend-code.allowed{color:var(--primary-500);pointer-events:inherit}.login-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--color-background);background-image:url(/icons/image_login_desktop.png);background-size:cover;background-position:50%;padding:24px}@media(max-width:640px){.login-page{background-image:url(/icons/image_login_mobile.png);padding:24px;justify-content:flex-end;padding-bottom:48px}}.login-container{width:100%;max-width:400px;margin:0 auto}@media(max-width:640px){.login-container{max-width:100%}}.login-form{background:#fff;border-radius:24px;padding:0;box-shadow:0 4px 12px rgba(0,0,0,.1)}.login-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid var(--color-border,#e5e7eb);background:var(--color-background-light,#f9fafb)}@media(max-width:640px){.login-header{padding:16px}}.login-content{padding:32px}.viu-button .button{width:100%}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter,.fade-leave-to{opacity:0}