body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{margin:0;padding:0;box-sizing:border-box}body{overflow:hidden}.app{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(180deg,#f1f4f9,#dff1ff);width:100%}.app .color{position:absolute;-webkit-filter:blur(190px);filter:blur(190px)}.app .color:first-child{top:-350px;width:600px;height:600px;background:#ff359b}.app .color:nth-child(2){bottom:-150px;left:100px;width:500px;height:500px;background:#fffd87}.app .color:nth-child(3){bottom:50px;right:100px;width:300px;height:300px;background:#00d2ff}.form_wrapper{width:50%;min-height:600px;background:hsla(0,0%,100%,.1);border-radius:24px;flex-direction:column;align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:10px 10px 45px rgba(0,0,0,.4);border-bottom:1px solid hsla(0,0%,100%,.5);border-right:1px solid hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.5) hsla(0,0%,100%,.8) hsla(0,0%,100%,.8) hsla(0,0%,100%,.5);border-style:solid;border-width:1px}.form_wrapper,.form_wrapper h1{position:relative;display:flex;justify-content:center}.main_form{position:relative;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;height:50vh;width:80%;margin:auto;padding:30px}.app .form_wrapper h1:before{z-index:10;content:"";position:absolute;top:70px;left:20%;height:4px;background:#fff;width:150px}.app .form_wrapper .main_form .inputBox{width:100%;margin-top:20px;display:flex;align-items:center;justify-content:center;flex-direction:column}.app .form_wrapper .main_form .inputBox input{width:100%;max-width:70%;background:hsla(0,0%,100%,.4);outline:none;padding:10px 20px;border:1px solid hsla(0,0%,100%,.8);border-top:none;border-left:none;letter-spacing:1px;color:#2b2929;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:24px}.app .form_wrapper .main_form .inputBox input::-webkit-input-placeholder{color:#666}.app .form_wrapper .main_form .inputBox input:-ms-input-placeholder{color:#666}.app .form_wrapper .main_form .inputBox input::placeholder{color:#666}.app .form_wrapper .main_form .inputBox input[type=submit]{color:#000;cursor:pointer;background:rgba(87,87,87,.3);border:none;box-shadow:none}.app .form_wrapper .main_form .inputBox input[type=submit]:hover{background:#424242;color:#fff;font-size:medium;letter-spacing:3px}.already{margin-top:10px;color:#424141;font-weight:600}.already a{text-decoration:none;color:#2c2c2c;font-weight:800;font-size:large;letter-spacing:2px;line-height:10px}.errmsg{display:flex;justify-content:center;align-items:center;margin-top:10px;color:red;text-shadow:30px 10px 10px pink}.app .form_wrapper .box{position:absolute;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 25px 45px rgba(0,0,0,.1);border-bottom:1px solid hsla(0,0%,100%,.5);border-right:1px solid hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.5) hsla(0,0%,100%,.2) hsla(0,0%,100%,.2) hsla(0,0%,100%,.5);border-style:solid;border-width:1px;background:hsla(0,0%,100%,.1);border-radius:10px;-webkit-animation:animate 10s linear infinite;animation:animate 10s linear infinite}@-webkit-keyframes animate{0%,to{-webkit-transform:translateY(50px);transform:translateY(50px)}50%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}}@keyframes animate{0%,to{-webkit-transform:translateY(50px);transform:translateY(50px)}50%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}}.app .form_wrapper .box:first-child{top:-15%;right:-6%;width:100px;height:150px}.app .form_wrapper .box:nth-child(2){top:-15%;left:-10%;width:150px;height:150px}.app .form_wrapper .box:nth-child(3){bottom:-5%;right:-6%;width:100px;height:70px}.app .form_wrapper .box:nth-child(4){bottom:-5%;left:-6%;width:100px;height:100px}
/*# sourceMappingURL=main.02d0ce2f.chunk.css.map */