.registration-bg {
  height: 100vh;
  background: linear-gradient(135deg, rgb(18, 14, 63), rgb(32, 85, 131));
}
.registration-bg-img {
  height: 100vh;
  background-position: center;
  background: no-repeat right/50% url("../imgs/background_shapes.svg");
}
