@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@300;400;500&display=swap');

body {
  border-radius: 32px;
  background: #080C15;
  font-family: 'Golos Text', sans-serif;
}

.login-cover{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1111%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(76%2c 59%2c 127%2c 1)'%3e%3c/rect%3e%3cpath d='M293.12 167.61 a145.67 145.67 0 1 0 291.34 0 a145.67 145.67 0 1 0 -291.34 0z' fill='rgba(150%2c 127%2c 238%2c 1)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M660.16 117.93 a168.47 168.47 0 1 0 336.94 0 a168.47 168.47 0 1 0 -336.94 0z' fill='rgba(150%2c 127%2c 238%2c 1)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1027.87 483.75 a117.73 117.73 0 1 0 235.46 0 a117.73 117.73 0 1 0 -235.46 0z' fill='rgba(150%2c 127%2c 238%2c 1)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M464.2 439.84 a104.62 104.62 0 1 0 209.24 0 a104.62 104.62 0 1 0 -209.24 0z' fill='rgba(150%2c 127%2c 238%2c 1)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M2.869%2c248.719C18.118%2c248.38%2c35.363%2c247.704%2c43.156%2c234.592C51.055%2c221.301%2c44.925%2c204.891%2c36.695%2c191.802C29.095%2c179.715%2c17.132%2c171.184%2c2.869%2c170.521C-12.683%2c169.798%2c-28.303%2c175.39%2c-36.879%2c188.384C-46.369%2c202.763%2c-50.126%2c222.07%2c-40.648%2c236.457C-31.762%2c249.946%2c-13.28%2c249.078%2c2.869%2c248.719' fill='rgba(150%2c 127%2c 238%2c 1)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M254.098%2c542.422C273.516%2c542.64%2c291.67%2c531.459%2c300.545%2c514.187C308.778%2c498.164%2c303.375%2c479.722%2c294.313%2c464.153C285.321%2c448.704%2c271.962%2c435.008%2c254.098%2c434.389C235.29%2c433.738%2c218.033%2c444.82%2c208.75%2c461.19C199.589%2c477.343%2c200.373%2c496.948%2c209.425%2c513.163C218.725%2c529.822%2c235.02%2c542.208%2c254.098%2c542.422' fill='rgba(150%2c 127%2c 238%2c 1)' class='triangle-float1'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1111'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
}