.form[data-v-c34911cc]{width:100%}.otp-inputs{display:flex;justify-content:space-between;margin:0 auto}.otp-inputs input{text-align:center;margin:5px;padding:7px;font-size:18px;border:1px solid #ccc}.progress-bar{height:6px;background:#ddd;border-radius:3px;overflow:hidden;margin-top:10px}.progress-bar-inner{height:100%;width:100%;background:linear-gradient(to right,red,yellow,green);animation:progress 5s infinite}.progress-bar-circle{width:50px;height:50px;border-radius:50%;position:relative}.progress-bar-circle:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:4px solid transparent;border-top-color:#3498db;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes progress{0%{transform:translate(-100%)}to{transform:translate(100%)}}#errors{margin-top:1.5rem;border-left:4px solid;border-color:#f56565;color:#742a2a;background-color:#f7fafc;padding:1rem}#errors p{font-weight:700}input[type=text],input[type=password]{letter-spacing:.125em}button:disabled{cursor:not-allowed;opacity:.5}
