/* stylelint-disable selector-max-id */
.product-registration {
  margin-top: 60px;
  margin-bottom: 60px;

  .product-registration-copy {
    margin-bottom: 40px;
  }

  label {
    font-size: 16px;
    font-weight: 600;
  }

  .input--select > .icon {
    bottom: 50%;
  }

  .error {
    color: red;
    margin-top: 5px;
  }

  .submit-success {
    color: black;
    font-size: 1.3rem;
  }

  button#registerSubmit {
    margin-top: 20px;
    width: 100%;
    display: block;
  }
}
