body {
  margin: 0px;
  padding: 0px;
}

body section {
  background: -webkit-gradient(linear, left bottom, right top, from(#f39d12c7), to(#e74d3cd7));
  background: linear-gradient(to top right, #f39d12c7, #e74d3cd7);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100vh;
  position: relative;
}

body section svg {
  position: absolute;
  bottom: 0%;
}

body .colfirst {
  background: -webkit-gradient(linear, right bottom, left top, from(#9c59b6c9), to(#297fb9cc)), url(img2.jpg);
  background: linear-gradient(to top left, #9c59b6c9, #297fb9cc), url(img2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
/*# sourceMappingURL=login.css.map */