body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.form-page{background:#020617;background-image:linear-gradient(90deg,#47556926 1px,#0000 0),linear-gradient(180deg,#47556926 1px,#0000 0),radial-gradient(circle at 50% 60%,#ec489926 0,#a855f70d 40%,#0000 70%);background-size:40px 40px,40px 40px,100% 100%;color:#fff;height:100vh}.form{animation:kutokeakulia 1s linear;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border:.3px solid hsla(0,0%,100%,.557);border-radius:10px;font-size:20px;gap:0;padding-bottom:40px;padding-left:40px;padding-right:40px}.field-container{gap:20px}.form-input{background-color:initial;border:none;border-bottom:.3px solid hsla(0,0%,100%,.461);color:aqua;font-size:20px;margin-top:-40px;padding:2px;position:relative;transition:var(--transition);z-index:100}.form-input:focus,.form-input:not(:placeholder-shown){background-color:#02061753;margin-top:-15px;outline:none}.form-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1201354d;border:.2px solid hsla(0,0%,100%,.323);border-radius:5px;color:#fff;cursor:pointer;padding:5px}.form-btn:hover{box-shadow:0 0 10px .3px aqua;transition:var(--transition)}.remember-me{margin-bottom:-5px;margin-top:-10px}.form-change-link,.underline{color:aqua;font-size:15px;margin:auto}.kupoteakulia{animation:kupoteakulia 1s linear forwards}@keyframes kupoteakulia{0%{transform:translateX(0)}50%{opacity:.5;transform:translateX(50%)}to{opacity:0;transform:translateX(100%)}}@keyframes kutokeakulia{0%{transform:translateX(-50vw)}to{transform:translateX(0)}}@media (max-width:490px){.form{font-size:15px;padding-left:20px;padding-right:20px}.form-page{display:flex}}:root{--transition:all 0.3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translate(0)}}@keyframes bouncing{0%{opacity:1;transform:translateY(5px)}50%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(5px)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.animate-fade{animation:fadeIn 1s ease forwards}.animate-left{animation:slideInLeft 1s ease forwards}.animate-right{animation:slideInRight 2s ease-in-out forwards}.animate-up{animation:slideUp 1s ease forwards}.bounce{animation:bouncing 1.8s ease-in-out infinite}.bounce-hover-none:hover{animation:none;opacity:1;transition:all .3s ease}.bounce-hover{animation:bouncing 1.8s ease-in-out infinite}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.delay-4{animation-delay:.8s}.delay-5{animation-delay:1s}.delay-6{animation-delay:1.2s}.opacity-0{opacity:0}.opacity-01{opacity:.1}.opacity-02{opacity:.2}.opacity-03{opacity:.3}.opacity-04{opacity:.4}.opacity-05{opacity:.5}.opacity-06{opacity:.6}.opacity-07{opacity:.7}.opacity-08{opacity:.8}.opacity-09{opacity:.9}.opacity-1{opacity:1}.scroll-root{animation-timeline:scroll(root)}.hidden{visibility:hidden}.filter-blur{filter:blur(10px)}.filter-blur-1{filter:blur(1px)}.filter-blur-2{filter:blur(2px)}.filter-blur-3{filter:blur(3px)}.filter-blur-4{filter:blur(4px)}.filter-blur-5{filter:blur(5px)}.filter-blur-6{filter:blur(6px)}.filter-blur-7{filter:blur(7px)}.filter-blur-8{filter:blur(8px)}.filter-blur-9{filter:blur(9px)}.backdrop-blur{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.backdrop-blur-1{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.backdrop-blur-2{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.backdrop-blur-3{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.backdrop-blur-4{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.backdrop-blur-5{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.backdrop-blur-6{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.backdrop-blur-7{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.backdrop-blur-8{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.backdrop-blur-9{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.backdrop-blur-10{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.white{color:#fff!important}.black{color:#000!important}.red{color:red!important}.blue{color:#00f!important}.yellow{color:#ff0!important}.magenta{color:#f0f!important}.green{color:#0f0!important}.orange{color:#ff7f00!important}.maroon{color:maroon!important}.purple{color:purple!important}.cyan{color:#0ff!important}.milk{color:#fff!important}.center{justify-content:center}.align-items-center,.center{align-items:center}.align-items-left{align-items:flex-start}.align-items-right{align-items:flex-end}.justify-content-center{justify-content:center}.justify-content-left{justify-content:left}.justify-content-right{justify-content:right}.text-align-left{text-align:left}.text-align-center{text-align:center}.text-align-right{text-align:right}.space-between{justify-content:space-between}.space-around{justify-content:space-around}.flex{display:flex}.flex-center{align-items:center;display:flex;justify-content:center}.flex-left{display:flex;justify-content:left}.flex-right{display:flex;justify-content:right}.flex-column{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-none{cursor:none}.cursor-text{cursor:text}.cursor-grab{cursor:grab}.cursor-cell{cursor:cell}.cursor-progress{cursor:progress}.z-index-1{z-index:1}.z-index-2{z-index:2}.z-index-3{z-index:3}.z-index-4{z-index:4}.z-index-5{z-index:5}.z-index-6{z-index:6}.z-index-7{z-index:7}.z-index-8{z-index:8}.z-index-9{z-index:9}.z-index-10{z-index:10}.z-index-11{z-index:11}.z-index-12{z-index:12}.z-index-13{z-index:13}.z-index-14{z-index:14}.z-index-15{z-index:15}.z-index-16{z-index:16}.z-index-17{z-index:17}.z-index-18{z-index:18}.z-index-19{z-index:19}.z-index-20{z-index:20}.z-index-21{z-index:21}.z-index-22{z-index:22}.z-index-23{z-index:23}.z-index-24{z-index:24}.z-index-25{z-index:25}.z-index-26{z-index:26}.z-index-27{z-index:27}.z-index-28{z-index:28}.z-index-29{z-index:29}.z-index-30{z-index:30}.z-index-1000{z-index:1000}.absolute{position:absolute}.static{position:static}.relative{position:relative}.fixed{position:fixed}.sticky{position:sticky}.width-100{width:100%}.width-99{width:99%}.width-98{width:98%}.width-97{width:97%}.width-96{width:96%}.width-95{width:95%}.width-94{width:94%}.width-93{width:93%}.width-92{width:92%}.width-91{width:91%}.width-90{width:90%}.width-89{width:89%}.width-88{width:88%}.width-87{width:87%}.width-86{width:86%}.width-85{width:85%}.width-84{width:84%}.width-83{width:83%}.width-82{width:82%}.width-81{width:81%}.width-80{width:80%}.width-79{width:79%}.width-78{width:78%}.width-77{width:77%}.width-76{width:76%}.width-75{width:75%}.width-74{width:74%}.width-73{width:73%}.width-72{width:72%}.width-71{width:71%}.width-70{width:70%}.width-69{width:69%}.width-68{width:68%}.width-67{width:67%}.width-66{width:66%}.width-65{width:65%}.width-64{width:64%}.width-63{width:63%}.width-62{width:62%}.width-61{width:61%}.width-60{width:60%}.width-59{width:59%}.width-58{width:58%}.width-57{width:57%}.width-56{width:56%}.width-55{width:55%}.width-54{width:54%}.width-53{width:53%}.width-52{width:52%}.width-51{width:51%}.width-50{width:50%}.width-49{width:49%}.width-48{width:48%}.width-47{width:47%}.width-46{width:46%}.width-45{width:45%}.width-44{width:44%}.width-43{width:43%}.width-42{width:42%}.width-41{width:41%}.width-40{width:40%}.width-39{width:39%}.width-38{width:38%}.width-37{width:37%}.width-36{width:36%}.width-35{width:35%}.width-34{width:34%}.width-33{width:33%}.width-32{width:32%}.width-31{width:31%}.width-30{width:30%}.width-29{width:29%}.width-28{width:28%}.width-27{width:27%}.width-26{width:26%}.width-25{width:25%}.width-24{width:24%}.width-23{width:23%}.width-22{width:22%}.width-21{width:21%}.width-20{width:20%}.width-19{width:19%}.width-18{width:18%}.width-17{width:17%}.width-16{width:16%}.width-15{width:15%}.width-14{width:14%}.width-13{width:13%}.width-12{width:12%}.width-11{width:11%}.width-10{width:10%}.width-9{width:9%}.width-8{width:8%}.width-7{width:7%}.width-6{width:6%}.width-5{width:5%}.width-4{width:4%}.width-3{width:3%}.width-2{width:2%}.width-1{width:1%}.weight-100{font-weight:100}.weight-200{font-weight:200}.weight-300{font-weight:300}.weight-400{font-weight:400}.weight-500{font-weight:500}.weight-600{font-weight:600}.weight-700{font-weight:700}.weight-800{font-weight:800}.weight-900{font-weight:900}.gap-10{gap:10px}.gap-20{gap:20px}.gap-30{gap:30px}.gap-40{gap:40px}.gap-50{gap:50px}.gap-60{gap:60px}.gap-70{gap:70px}.gap-80{gap:80px}.gap-90{gap:90px}.gap-100{gap:100px}
/*# sourceMappingURL=main.2716c46b.css.map*/