@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";:root{--primary-bg-color: #b5e61d}body{display:flex;justify-content:center;align-items:center;height:100vh;margin:0;font-family:Ubuntu,sans-serif;background:radial-gradient(circle at 50% 50%,#3f5efb,#fc466b);background-repeat:no-repeat;background-position:center center;background-attachment:scroll;background-size:100vw 100vh;animation:pulseGradient 6s ease-in-out infinite}@keyframes pulseGradient{0%{background-size:100vw 100vh}50%{background-size:120vw 120vh}to{background-size:100vw 100vh}}.container{text-align:center}.box{background-color:#fff;border:3px solid black;border-radius:50px;padding:20px;text-align:center;width:20vw}.green{background:#3f5efb;background:radial-gradient(circle,#3f5efb,#fc466b)}.btn{margin:5px;border:3px solid black;border-radius:15px;padding:10px 30px;justify-content:center;align-items:center;width:19.7vw;font-weight:bolder;font-size:large;background-repeat:no-repeat;background-position:center center;background-attachment:scroll}.btn:hover{cursor:pointer;animation:pulseGradient 6s ease-in-out 1}@keyframes pulseGradient{0%{background-size:100% 100%}50%{background-size:150% 150%}to{background-size:100% 100%}}.link{margin:5px;font-weight:bolder;background:none;border:none;cursor:pointer;padding:0;font-size:larger;color:#3f5efb}.form-item{display:flex;flex-direction:column;align-items:flex-start;margin:10px 0}.label-text{margin-bottom:5px;font-weight:700}.input{width:100%;padding:10px;box-sizing:border-box;border-radius:15px;border:3px solid black;font-size:large}.left{width:100%;text-align:left;margin-left:1vw}.error{color:red}.eyeIcon{background:none;border:none}.eyeIcon:hover{cursor:pointer}
