#auth {
  grid-template-columns: 365px;
  background-image: -moz-radial-gradient(center bottom, rgba(254, 55, 74, 0.22), rgba(254, 55, 88, 0.05), #fff);
  background-image: -ms-radial-gradient(center bottom, rgba(254, 55, 74, 0.22), rgba(254, 55, 88, 0.05), #fff);
  background-image: -o-radial-gradient(center bottom, rgba(254, 55, 74, 0.22), rgba(254, 55, 88, 0.05), #fff);
  background-image: -webkit-radial-gradient(center bottom, rgba(254, 55, 74, 0.22), rgba(254, 55, 88, 0.05), #fff);
  background-image: radial-gradient(center bottom, rgba(254, 55, 74, 0.22), rgba(254, 55, 88, 0.05), #fff);
}
@media (max-width: 576px) {
  #auth .wallpaper {
    width: 200px !important;
  }
}
@media (max-width: 576px) {
  #auth {
    grid-template-columns: 1fr !important;
  }
}
#auth .box {
  background-image: -moz-linear-gradient(left top, white, rgba(254, 55, 88, 0.03), white) !important;
  background-image: -ms-linear-gradient(left top, white, rgba(254, 55, 88, 0.03), white) !important;
  background-image: -o-linear-gradient(left top, white, rgba(254, 55, 88, 0.03), white) !important;
  background-image: -webkit-linear-gradient(left top, white, rgba(254, 55, 88, 0.03), white) !important;
}
@media (max-width: 576px) {
  #auth .box {
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent !important;
  }
}/*# sourceMappingURL=index.css.map */