body .content {
  width: 37.5rem;
  margin: 0 auto;
  padding: 0 0 4rem;
}
body .content .title {
  font-weight: 600;
  font-size: 2.75rem;
  margin: 5rem 0;
  text-align: left;
}
body .content form button {
  width: 48%;
  height: 3.5rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  font-weight: 600;
}
body .content form .cancel {
  background-color: #fff;
  border: 0.0938rem solid #5163ba;
  background: linear-gradient(90deg, #5163ba 0%, #192873 145.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .content form .save {
  background: linear-gradient(90deg, #5163ba 0%, #192873 145.1%);
  color: #fff;
}
body .content form > div:last-child {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  body .header {
    padding: 0 1rem;
    height: 3.5rem;
  }
  body .content {
    padding: 0 1rem 4rem;
    width: unset;
  }
  body .content .title {
    display: none;
  }
  body .content form {
    margin-top: 2.75rem;
  }
  body .content form .form-label {
    font-size: 0.875rem;
  }
  body .content form input.form-control {
    height: 2.75rem;
  }
  body .content form input.form-control::-moz-placeholder {
    font-size: 0.875rem;
  }
  body .content form input.form-control::placeholder {
    font-size: 0.875rem;
  }
  body .content form .invalid-feedback {
    height: 1.75rem;
  }
  body .content form button {
    height: 2.75rem;
    font-size: 1rem;
  }
  body .content form > div:last-child {
    margin-top: 0;
  }
}/*# sourceMappingURL=legal_name.css.map */