.become-an-acsc-partner-webform,
.abr-status-down {display:none;}

div[role="contentinfo"] {
    border: 2px solid #80C58C ;
    padding: 0.5rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-radius: 3px;
}
div[aria-label="Error message"] {
    border: 2px solid #e14465;
}
label.form-required:after,
span.form-required:after {
  content: " *";
  color: red;
}
input.error, textarea.error, fieldset.error {border: 2px solid #e14465 !important;}

.become-an-acsc-partner-webform {max-width: 750px;}

.become-an-acsc-partner-webform input {max-width: 580px;}

.become-an-acsc-partner-webform input[type="text"],
.become-an-acsc-partner-webform input[type="email"],
.become-an-acsc-partner-webform input[type="tel"],
.become-an-acsc-partner-webform input[type="date"],
.become-an-acsc-partner-webform input[type="url"],
.become-an-acsc-partner-webform select {
    width: 100%;
    max-width: 350px;
    height: 50px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    padding-left: 15px;
    font-size: 0.8em;
    color: #333333;
    border-radius: 3px;
    border: 1px solid #eae2e9;
    display: block;
}
.become-an-acsc-partner-webform textarea {
    width: 100%;
    padding: 0.5rem;
    border-radius: 3px;
    border: 1px solid #eae2e9;
}

.js-form-type-checkbox {
  grid-template-columns: min-content auto;
  column-gap: 1rem;
  margin-bottom: 1rem;
  display: grid;
  transform: translate3d(0, 0, 0); 
}

.js-form-type-checkbox input {
  grid-area: 1;
  align-self: center;
}

.js-form-type-radio input{
  align-self: center;
}

.js-form-type-checkbox label, .js-form-type-checkbox div.description {
  grid-column: 2;
  margin-left: 0;
}

.js-form-type-checkbox div.description > div.webform-element-description {
  padding-left: 0 !important;
}

.js-form-type-radio{
  display: flex;
}

.js-form-type-radio label{
  margin-left: 1rem;
}
label{
  white-space: normal !important;
}