.first-step{display:flex;flex-direction:column;gap:32px;justify-content:center;padding:24px}.first-step .logo{width:128px}.first-step .logo img{width:100%}.first-step .block-info{display:flex;flex-direction:column;gap:16px}.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 .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}}.second-step{display:flex;flex-direction:column;gap:24px;justify-content:center;padding-left:24px;padding-right:24px}.second-step .logo{width:128px}.second-step .logo img{width:100%}.second-step .resend-code{font-weight:600;font-size:14px;line-height:20px;text-decoration:underline;color:var(--primary-100);pointer-events:none;display:flex;justify-content:center}.second-step .resend-code.allowed{color:var(--primary-500);pointer-events:inherit}.second-step .buttons-container{display:flex;gap:24px}.second-step .buttons-container>:first-child{width:-moz-min-content;width:min-content;min-width:130px}.second-step .buttons-container>:last-child,.second-step .viu-button .button{width:100%}.second-step .bottom-text{display:flex;gap:4px;align-items:center;align-self:center}.second-step .bottom-text>:last-child{text-decoration:underline}.login-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--color-background);padding:24px}@media(max-width:640px){.login-page{padding:24px}}.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:12px;padding:0;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media(max-width:640px){.login-form{border-radius:8px;box-shadow:inherit}}.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}@media(max-width:640px){.login-content{padding:0}}.viu-button .button{width:100%}