.otp-boxes{display:flex;gap:10px;justify-content:center}.otp-boxes .otp-box{width:52px;height:56px;border:1px solid #d9d9d9;border-radius:8px;background:#fff;text-align:center;font-size:26px;font-weight:700;line-height:56px;color:rgba(0,0,0,.88);outline:none;caret-color:transparent;transition:border-color .2s ease,box-shadow .2s ease}.otp-boxes .otp-box:focus{border-color:#1677ff;box-shadow:0 0 0 2px rgba(22,119,255,.15)}.login-page .login-section{flex:4 1}.login-page .login-section .login-form{width:400px}.login-page .text-section{flex:5 1;min-height:100vh;background:url(/_next/static/media/login-background.904e96c5.svg)}.login-page .text-section img{width:100%;max-width:500px;margin:auto}.login-page .text-section .text-wrapper{margin-left:4rem;margin-right:4rem}.login-page .text-section .text-wrapper h2{color:#fff}