body{-webkit-animation:colorChange 10s infinite;animation:colorChange 10s infinite;background:linear-gradient(45deg,#f3e5ab,#e7d1a5);height:100vh}@-webkit-keyframes colorChange{0%{background:linear-gradient(45deg,#f3e5ab,#e7d1a5)}50%{background:linear-gradient(45deg,#e7d1a5,#f3e5ab)}to{background:linear-gradient(45deg,#f3e5ab,#e7d1a5)}}@keyframes colorChange{0%{background:linear-gradient(45deg,#f3e5ab,#e7d1a5)}50%{background:linear-gradient(45deg,#e7d1a5,#f3e5ab)}to{background:linear-gradient(45deg,#f3e5ab,#e7d1a5)}}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border:2px solid transparent;border-image:linear-gradient(135deg,orange,#ff8c00,coral,tomato);border-image-slice:1;transition:border .2s}.glassEffect{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.7);border:none;font-weight:700}.line{stroke:orange}.divCont{-webkit-animation:changeColor 10s infinite;animation:changeColor 10s infinite;background:linear-gradient(135deg,orange,#ff8c00,coral,tomato);background-size:400% 400%;border-radius:15px}.bg-orange{background:linear-gradient(135deg,orange,#ff8c00,coral,tomato)}@-webkit-keyframes changeColor{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes changeColor{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}
/*# sourceMappingURL=main.6275a557.css.map*/