.register-page{background-image:url(/assets/register/bg_image.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.register-page,.register-page .form-content{min-height:100vh}#isAgree.form-checkbox{background-color:transparent}#isAgree.form-checkbox:checked{background-color:var(--bg-yellow-FFDE3B);background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}input.pincode-input-text::placeholder{transition:all .5s}input.pincode-input-text:focus::placeholder{color:transparent;transform:translateY(100%)}.animation-slide-from-right{animation:.5s ease-out both;animation-name:fade,slide-from-right}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes slide-from-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media (max-width:372px){input.pincode-input-text{width:40px!important;height:40px!important}}