@property --rotation{syntax:"<angle>";inherits:false;initial-value:0deg}@property --pos-x{syntax:"<percentage>";inherits:false;initial-value:.001%}.main-form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;background:rgba(255,255,255,.08);border-radius:1.5rem;width:100%;max-width:420px;padding:2.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 30px 80px rgba(0,0,0,.5)}.main-form button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:.75rem;width:100%;margin-top:1.5rem;padding:.75rem;font-weight:500;transition:all .2s}.main-form button:hover:not(:disabled){background:#4338ca}.main-form button:disabled{cursor:not-allowed;background:rgba(79,70,229,.5)}.main-form .form-title{text-align:center;color:#fff;margin-bottom:2rem;font-size:2rem;font-weight:600}.main-form .form-error{color:#f87171;text-align:center;margin-bottom:1rem;font-size:.875rem}@keyframes circleAnim{0%{--pos-x:5%;--rotation:0deg}20%{--pos-x:95%;--rotation:0deg}40%{--pos-x:95%;--rotation:180deg}80%{--pos-x:5%;--rotation:180deg}to{--pos-x:5%;--rotation:360deg}}.main-form .form-fields{flex-direction:column;gap:1rem;display:flex}.main-form .form-fields:before{content:"";pointer-events:none;background:conic-gradient(from calc(var(--rotation) - 80deg)at var(--pos-x)50%,transparent 0,#fff 20%,transparent 25%),rgba(205,205,205,.2);-webkit-mask-composite:source-over,source-over;-webkit-mask-composite:xor;border-radius:20px;padding:2px;transition:all .4s;animation:10s linear infinite circleAnim;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#e02525 0,#e02525 0),linear-gradient(#3eca4c 0,#3eca4c 0);mask-image:linear-gradient(#e02525 0,#e02525 0),linear-gradient(#3eca4c 0,#3eca4c 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.main-form .form-fields input{color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:.75rem;width:100%;padding:.75rem 1rem;font-size:.95rem}.main-form .form-fields input::placeholder{color:#9ca3af}.main-form .form-fields input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 2px rgba(99,102,241,.4)}.form-footer{text-align:center;color:#9ca3af;margin-top:1.5rem;font-size:.875rem}.form-footer a{color:#818cf8;text-decoration:none}.form-footer a:hover{color:#a5b4fc}
