.contact-form-section h1 {
  padding-top: 0rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  word-spacing: 3px;
  letter-spacing: 0.008rem;
  line-height: 3.6rem;
  color: #000;
  font-weight: 700;
}

.cFormcHighlighted {
  box-shadow: 2px 3px 13px 0 rgb(0 0 0 / 15%);
  border-radius: 15px;
  padding: 3rem;
  margin: 0 4rem 0 4rem;
}

.form-error,
.ui-state-highlight {
  border: 1px solid red;
}

.contact-form-section .form-control {
  color: #494848;
  border: 1px solid #c2c3cb;
  height: 46px;
}

.contact-form-section .input-group .has-float-label .form-control {
  width: 100%;
  border-radius: 0.25rem;
}

.contact-form-section .form-group {
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: block;
}

.contact-form-section .custom-select {
  background: none;
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/2022/images/workshop-form-down-arrow-w.svg);
  background-position: right 1.1rem;
  background-repeat: no-repeat;
  background-size: 18px;
}

.contact-form-section textarea.form-control {
  padding-top: 1.8rem;
  height: auto;
}

.contact-form-section .cContactFormSet .form-submit {
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 12px 20px 12px;
  width: 189px;
  max-width: 550px;
  margin-bottom: 0.7rem;
  letter-spacing: 0.2px;
  font-weight: 500;
  margin-top: 1rem;
  border-radius: 5px;
  line-height: 1.2rem;
  border: 0;
  transition: all .2s;
}

.contact-form-section #wso-forrester-wave-form .form-submit {
  background: #ff7300;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 20px;
  width: 220px;
  /* max-width: 150px; */
  margin-bottom: 0.7rem;
  letter-spacing: 0.2px;
  font-weight: 500;
  margin-top: 1rem;
  border-radius: 8px;
  line-height: 1.2rem;
  border: 0;
  transition: all .2s;
}

#wso2-training-registration .form-submit {
  background: #ff7300;
  color: #fff;
  font-size: 1rem;
  padding: 10px 20px;
  width: 150px;
  max-width: 150px;
  margin-bottom: 0.7rem;
  letter-spacing: 0.2px;
  font-weight: 700;
  margin-top: 1rem;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1.2rem;
  border: 0;
  transition: all .2s;
  /* border: solid 1px #ccc; */
}

#report .modal-title {
  font-weight: 700;
  text-align: center;
}

#wso2-training-registration .modal-title {
  text-align: left;
}

#wso2-training-registration .form-submit:hover,
.contact-form-section #wso-forrester-wave-form .form-submit:hover {
  color: #000;
}

.training-registration-form .austerlia-state label.has-normal-label {
  width: 100%;
}

.forrester-us-state select,
.forrester-canada-state select,
.forrester-austerlia-state select {
  color: #494848;
  border: 1px solid #c2c3cb;
  height: 46px;
}

.contact-form-section .form-submit:hover,
.contact-form-section #wso-contact-us-form .form-submit:hover {
  background: #ff7300;
  color: #fff;
}

.contact-form-section .has-float-label .form-control:placeholder-shown:not(:focus)~label:not(.error) {
  font-size: 1rem;
  color: #494848;
  top: 0.7em;
}

.contact-form-section .has-float-label label:not(.error) {
  position: absolute;
  cursor: text;
  font-size: 85%;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: -1rem;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 4px 1px 1px 1px;
  color: #999999;
  background-color: #ffffff !important;
}

.contact-form-section .has-float-label {
  position: relative;
}

.contact-form-section .has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contact-form-section .has-float-label .form-control::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s;
}

.contact-form-section .has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s;
}

.contact-form-section .has-float-label .form-control::placeholder {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contact-form-section .has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.contact-form-section .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}

.contact-form-section .has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}

.contact-form-section .has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}

.js-form-item-subscribe {
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-size: 0.9rem;
}

.bg-purple .contact-form-section .form-submit {
  width: auto;
}

.bg-purple .form-actions {
  text-align: center;
}

.bg-purple .contact-form-section .form-submit:hover {
  background: #5567d5;
}

.bg-purple .contact-form-section h1,
.bg-purple .contact-form-section p {
  color: #fff;
}

.has-normal-label label:not(.error) {
  display: block;
  margin-bottom: 0.4rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.25;
  font-weight: 400;
  color: #494848;
}

.contact-form-section .has-normal-label .form-control {
  font-family: Roboto, sans-serif;
  color: #434343;
  display: block;
  width: 100%;
  max-width: 550px;
  font-size: 0.9rem;
  padding: 5px 5px;
  background-color: #f6f6f6;
  border: solid 1px #ccc;
  line-height: 1.2rem;
  height: auto;
  border-radius: 0;
}

.training-registration-form .form-check-input,
.report-form .form-check-input {
  border: solid 1px #ccc;
}

.contact-form-section.training-registration-form .form-group {
  margin-bottom: 0;
  margin-top: 0;
}

.training-registration-form .form-item-field-optin,
.report-form .form-item-field-optin {
  display: flex;
  gap: 10px;
}

.contact-form-section.training-registration-form .form-submit,
.contact-form-section.report-form .form-submit {
  background: var(--color-link);
}

.contact-form-section.training-registration-form .form-submit:hover,
.contact-form-section.report-form .form-submit:hover {
  color: #000;
}

p.captcha_text {
  font-size: 0.7rem;
  letter-spacing: 0.01rem;
  color: #222;
  margin-top: 10px;
}

label.error {
  color: #ff0000 !important;
  position: absolute;
  right: 15px;
  z-index: 9999999;
  background: #fffffc;
  font-size: 11px !important;
  margin-top: 0px !important;
}

input.error,
textarea.error,
select.error {
  border: 1px solid red !important;
}

/* Modal Training Responsive */
@media screen and (max-width:768px) {
  .contact-form-section .has-normal-label .form-control {
    max-width: 100%;
  }
  /* Choreo Request demo Form */
  .choreo-request-parent {
    padding: unset !important;
  }
  .choreo-request-demo-form {
    margin: 0;
    padding: 2rem 1rem ;
  }
}
