.registation-dashboard{display:flex;justify-content:center;align-items:center;height:100vh}.registation-dashboard .leftsideimg{height:100%;width:100%;object-fit:cover;object-position:top}.registation-dashboard .login-box{border-radius:8px;width:100%;background-color:rgba(0,0,0,0);color:#999;padding:2rem 3rem}.registation-dashboard .leftside{width:calc(100% - 500px);height:100%}.registation-dashboard .rightside{display:flex;align-items:center;justify-content:center;min-width:500px;max-width:500px;height:100vh}.registation-dashboard .img{height:34px;width:120px;margin-bottom:3rem}.registation-dashboard .title{font-size:25px;font-weight:700;margin-bottom:2rem;margin-top:2rem;text-align:left;color:#999}.registation-dashboard .label{display:block;text-align:left;margin-bottom:.5rem;font-size:14px;color:#999;font-weight:600}.registation-dashboard .input{width:100%;padding:10px;border-radius:10px;border:none;background-color:rgba(0,0,0,0);color:#999;margin-bottom:1rem;border:.5px solid hsla(0,0%,60%,.2901960784);box-sizing:border-box;height:50px}.registation-dashboard .checkbox-container{display:flex;align-items:center;font-size:13px;text-align:left;margin-bottom:1rem;line-height:20px;color:#999}.registation-dashboard .checkbox{margin-right:8px}.registation-dashboard .link{color:#7899cf;text-decoration:none}.registation-dashboard .captcha-image{font-size:18px;font-weight:600;color:#7899cf;margin-bottom:1rem}.registation-dashboard .labeladdclass{width:100%;position:relative}.registation-dashboard .availablitypoint{position:absolute;top:35%;right:.5rem;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#f5515f}.registation-dashboard .refresh-button{color:#7899cf;margin-bottom:11px}.registation-dashboard .buttonback{width:100%;background:linear-gradient(180deg,#c5a2c3 -48.8%,#000000 161.9%);color:#fff;padding:10px;border-radius:10px;font-weight:700;border:none;cursor:pointer;height:48px;transition:all .3s ease-in-out;margin-top:1rem}.registation-dashboard .buttonback:hover{transform:scale(1.02);transition:all .3s ease-in-out}.registation-dashboard .button{width:100%;background:linear-gradient(180deg,#c5a2c3 -48.8%,#7899cf 161.9%);color:#fff;padding:10px;border-radius:10px;font-weight:700;border:none;cursor:pointer;height:48px;transition:all .3s ease-in-out}.registation-dashboard .button:hover{transform:scale(1.02);transition:all .3s ease-in-out}.registation-dashboard .separator{color:#999;margin:1rem 0;text-align:center}.registation-dashboard .social-button{width:100%;padding:10px;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);color:#999;margin-bottom:.5rem;cursor:pointer;height:48px;font-size:14px;position:relative;font-weight:600;border:.5px solid hsla(0,0%,60%,.2901960784);transition:all .3s ease-in-out}.registation-dashboard .social-button:hover{transform:scale(1.02);transition:all .3s ease-in-out}.registation-dashboard .icon{margin-right:10px;position:absolute;left:24px}.registation-dashboard .description{font-size:15px;color:#bbb;margin-bottom:1rem;color:#999;line-height:23px}.registation-dashboard .input-container{position:relative;width:100%}.registation-dashboard .code-status{position:absolute;right:10px;top:22px;transform:translateY(-48%);color:#aaa;font-size:12px}.registation-dashboard .resend{color:#7899cf;font-size:16px;cursor:pointer;text-align:center;margin-top:2rem;font-weight:600}.registation-dashboard .password-box{background-color:#21262e;padding:20px;border-radius:10px;width:350px;text-align:center}.registation-dashboard .requirements{text-align:left;color:#bbb;font-size:12px;margin-top:10px;list-style:none}.registation-dashboard .toggle-button{position:absolute;right:0;top:13px;right:10px;background:rgba(0,0,0,0);border:0;color:#999}.registation-dashboard .password-requirements{padding:0}.registation-dashboard .requirements span{display:block;margin-bottom:5px}.registation-dashboard .valid{color:#7899cf;list-style:none;margin-bottom:1rem}.registation-dashboard .invalid{list-style:none;margin-bottom:1rem;color:#999}.registation-dashboard .optionalRadio{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.registation-dashboard .radio-group{display:flex;flex-direction:column;gap:10px;padding:10px}.registation-dashboard input:focus-visible{outline:0 auto -webkit-focus-ring-color!important}.registation-dashboard .radio-label{display:flex;align-items:center;gap:5px;cursor:pointer;text-align:left;font-size:14px;color:#999}.registation-dashboard .radio-label input{width:18px;height:18px;accent-color:#c5a2c3}.registation-dashboard .radio-text{transition:color .3s ease-in-out}.registation-dashboard .radio-text.selected{color:#c5a2c3}.registation-dashboard .lofingimag{animation:heartbeat 2s ease-in-out infinite}@keyframes heartbeat{0%{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1)}75%{transform:scale(1.2)}to{transform:scale(1)}}@media only screen and (min-width:200px)and (max-width:900px){.registation-dashboard{display:flex;justify-content:center;height:100vh;background-color:#111;overflow:scroll;padding:2rem 2%}.registation-dashboard .leftsideimg{display:none}.registation-dashboard .title{font-size:21px;margin-bottom:1rem;margin-top:1rem}.registation-dashboard .rightside{width:100%}.registation-dashboard .login-box{padding:2rem 5%}}