.portlet-content {
  padding: 0px !important;
}
.portlet-content .portlet-header {
  display: none;
}

.rb-type-one-applynow-web .control-label {
  display: none;
}
.rb-type-one-applynow-web .type-one-form-container {
  background-color: #F6F7F880;
  border-radius: 8px;
}
.rb-type-one-applynow-web .type-one-form-container .type-one-form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
}
.rb-type-one-applynow-web .type-one-form-container .type-one-form-grid > div {
  flex-basis: calc(50% - 10px);
}
.rb-type-one-applynow-web .type-one-form-container .type-one-form-grid .form-control,
.rb-type-one-applynow-web .type-one-form-container .type-one-form-grid select.form-control {
  color: #697787;
  background-color: #FFFFFF;
}
.rb-type-one-applynow-web .type-one-form-container .type-one-form-grid .type-one-region {
  margin-bottom: 16px;
}
.rb-type-one-applynow-web .type-one-form-container .type-one-form-grid .recaptcha .type-one-allynow-captcha-label {
  display: none;
}
.rb-type-one-applynow-web .type-one-form-container .type-one-form-grid .recaptcha .taglib-captcha .refresh {
  margin: 15px 0 0 15px;
}
.rb-type-one-applynow-web .type-one-form-container .type-one-form-buttons {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}
.rb-type-one-applynow-web .type-one-form-container .type-one-form-buttons .rbpw-primary-button.primary-submit-btn {
  background: var(--primary-new-300, #3fcfbe) !important;
  color: var(--secondary-new-800-B, #230871) !important;
  border: none !important;
}
.rb-type-one-applynow-web .type-one-form-container .type-one-form-buttons .rbpw-primary-button.primary-submit-btn:hover {
  background: var(--primary-new-400, #30c0af) !important;
}
.rb-type-one-applynow-web .type-one-form-container .type-one-form-buttons .rbpw-secondary-button.secondary-cancel-btn {
  border: 1px solid var(--primary-new-300, #3fcfbe);
  color: var(--secondary-new-800-B, #230871);
}
.rb-type-one-applynow-web .type-one-form-container .type-one-form-buttons .rbpw-secondary-button.secondary-cancel-btn:hover {
  border: 1px solid var(--primary-new-300, #3fcfbe);
  background: var(--primary-new-500-b-10, #00AF9A0D);
}
@media only screen and (max-width: 768px) {
  .rb-type-one-applynow-web .type-one-form-container .type-one-form-grid > div {
    flex-basis: 100%;
  }
  .rb-type-one-applynow-web .type-one-form-container .type-one-form-buttons {
    margin-top: 32px;
    flex-direction: column;
  }
}