form label {
  color: white;
}
form label::after {
  content: " *";
  color: red;
}
form .form-control {
  background-color: #252525;
  border: none;
  color: white;
}
form .form-control:focus {
  background-color: #000000;
  color: white;
}

body {
  background: url("./background.jpg");
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1300px) {
  body {
    background-position-x: -10em;
  }
}
@media screen and (max-width: 768px) {
  body {
    background-position-x: -45em;
  }
}/*# sourceMappingURL=styles.css.map */