body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

label {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.body {
  background-color: #000;
  background-image: url('../images/Apollo-Plumbing-Background.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-content {
  color: #fff;
  width: 600px;
}

.logo {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.field {
  color: #000;
  border-radius: 3px;
  height: auto;
  padding: 14px 20px;
}

.field.tall {
  height: 100px;
}

.submit {
  border-radius: 3px;
  padding: 14px 20px;
}

.success-message {
  background-color: #5398d2;
  border-radius: 3px;
}

.error-message {
  background-color: #ff4b4b;
  border-radius: 3px;
}

@media screen and (max-width: 991px) {
  .main-content {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .main-content {
    width: 80vw;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 80%;
  }

  .center {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
