.registration-page .component.cxa-register-component .registeration-form form .register-buttons a,
.registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton {
  padding: 22px 14px;
  display: inline-block;
  min-width: 162px;
  width: auto;
  height: 60px;
  max-height: 60px;
  background-color: #0D4486;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600 !important;
  line-height: 1;
  text-decoration: unset;
  text-align: center !important;
}

@media (min-width: 992px) {
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons a,
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton {
    min-width: 195px;
  }
}

.registration-page .component.cxa-register-component .registeration-form form .register-buttons a:hover,
.registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton:hover {
  color: white !important;
  background-color: #3D699E;
}

.registration-page .component.cxa-register-component .registeration-form form .register-buttons a:focus,
.registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton:focus {
  outline: none !important;
}

.registration-page .component.cxa-register-component .registeration-form form .register-buttons a:disabled,
.registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.registration-page .component.cxa-register-component .registeration-form form .register-buttons a {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

.registration-page .component.cxa-register-component .registeration-form form .register-buttons a:hover {
  color: white !important;
  background-color: #3D699E !important;
}

.registration-page .register-country select {
  position: relative;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.registration-page .register-country select:hover {
  border-color: #00ADEF !important;
}

.registration-page .register-country select.input-validation-error {
  border-color: #c4505d !important;
}

.registration-page .component.cxa-register-component .registeration-form form > div > label {
  margin-bottom: 10px !important;
  margin-left: 20px;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
}

.registration-page .component.cxa-register-component .registeration-form form > div > label span {
  color: #c4505d;
}

.component.cxa-register-component .registeration-form form .optional-field label:after {
  content: "" !important;
}

.cxa-register-component .registeration-form form label:after {
  position: absolute;
  color: #A80013;
  content: "*";
}

.registration-page main .component.column-splitter > div:first-child {
  padding-left: 0;
}

.registration-page .component.cxa-register-component .registeration-form form > div {
  margin-bottom: 40px;
}

.registration-page .component.cxa-register-component .registeration-form form > div.register-nhp-recaptcha {
  margin-bottom: 0;
}

.registration-page .component.cxa-register-component .registeration-form form .register-buttons {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons {
    flex-flow: column;
  }
}

@media (max-width: 767px) {
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons a,
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons a,
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons #registerButton {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .registration-page .component.cxa-register-component .registeration-form form .register-buttons a {
    margin-bottom: 24px;
  }
}

.registration-page .component-content .component:last-child.rich-text {
  margin-bottom: 60px;
}
