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

.rb-type-thirteen-applynow-web {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rb-type-thirteen-applynow-web .type-thirteen-form {
  display: flex;
  width: 100%;
  gap: 40px;
  flex-direction: column;
  border-radius: 8px;
}
.rb-type-thirteen-applynow-web .type-thirteen-form .form-input-field {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  column-gap: 20px;
}
.rb-type-thirteen-applynow-web .type-thirteen-form .form-input-field .col-md-12 {
  padding: 0;
  flex: 0 0 calc(50% - 10px);
}
.rb-type-thirteen-applynow-web .type-thirteen-form .form-input-field .rbpw-label-2-regular {
  color: #697786;
}
.rb-type-thirteen-applynow-web .type-thirteen-form .form-input-field .recaptcha .callback-captcha-label {
  display: none;
}
.rb-type-thirteen-applynow-web .type-thirteen-form .btn-section {
  display: flex;
  gap: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.rb-type-thirteen-applynow-web .control-label {
  display: none;
}
.rb-type-thirteen-applynow-web .mandatory-field label:after {
  content: "";
}

@media only screen and (max-width: 768px) {
  .rb-type-thirteen-applynow-web .type-thirteen-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
    border-radius: 8px;
  }
  .rb-type-thirteen-applynow-web .type-thirteen-form .form-input-field {
    display: flex;
    width: 100%;
    gap: 16px;
  }
  .rb-type-thirteen-applynow-web .type-thirteen-form .form-input-field .col-md-12 {
    flex: 0 0 auto;
  }
  .rb-type-thirteen-applynow-web .type-thirteen-form .btn-section {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    padding: 0;
    width: 196px;
  }
}