.register-body {
  max-width: 600px;
  padding: 3.5rem 0rem;
  margin: 0 auto;
}

.register-body::before {
  position: absolute;
  content: "";
  background: url("./images/truckreg.jpg") no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.form-group {
  margin-bottom: 2rem;
}

@media screen and (max-width: 480px) {
  .register-body {
    max-width: 600px;
    padding: 5rem 0rem;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 576px) {
  .register-body {
    max-width: 600px;
    padding: 5rem 0rem;
    margin: 0 1rem;
  }
}
