/* ------------------------------------------------------------ *\
  section-system
\* ------------------------------------------------------------ */

.section-system {
  padding: 64px 0;
  border-bottom: 1px solid #333;
  min-height: calc(100vh - 300px) !important;
}

.section-system .section__inner h1 {
  margin-bottom: 2.4rem;
  margin-top: 0;
}

.section-system * p a {
  color: #5178ec;
}

.section-system .section__inner p:not(:last-child) {
  margin-bottom: 4.8rem;
}

.section-system .section__content {
  max-width: 600px;
  margin: 0 auto;
}

.section-system .btn-wrapper {
  padding: 0 !important;
}

.section-system #hs_cos_wrapper_section_heading {
  margin: 56px 0 32px;
}

.section-system #hs_cos_wrapper_section_button {
  margin-bottom: 8px;
}

.section-system #hs_cos_wrapper_login_heading + #hs_cos_wrapper_register_if_not {
  margin-top: 12px;
}

.section-system #hs_cos_wrapper_access_denied_description {
   margin-bottom: 4.8rem;
}

.error-page:before {
  font-size: 40rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .error-page:before {
    font-size: 25rem;
  }
}

.section-system.section-system--alt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-system.section-system--alt h1, 
.section-system.section-system--alt p,
.section-system.section-system--alt .btn-wrapper {
  margin-bottom: 24px;
}

.section-system.section-system--alt .section__inner--alt .section__content {
  max-width: 800px;
}

.section-system.section-system--alt .section__inner--alt .section__content .success-image {
  margin-bottom: 4rem;
}

/* ------------------------------------------------------------ *\
  form--system
\* ------------------------------------------------------------ */

.form.form--system {
  max-width: 700px;
  margin: 0 auto;
}

.form.form--system .hs-form-field {
  position: relative;
}

.form.form--system .hs-form-field [class$="-password"] {
  position: absolute;
  right: 1.3rem;
  bottom: 15px;
  text-decoration: none;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form.form--system .hs-form-field [class$="-password"] {
    height: 37px;
  }
}

.form.form--system .hs-form-field {
  padding: 15px 0;
}

.form.form--system .form-input-validation-message {
  padding: 0 !important;
}

.form.form--system .hs-form-field input:disabled {
  background-color: #f4f4f4;
}

.form.form--system form {
  margin: -15px 0;
}

.form.form--system .hs-error-msgs label {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  margin-top: -8px;
  color: #333;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form.form--system .hs-error-msgs label {
    font-size: 10px;
  }
}

.form.form--system .hs-form-field input[type='checkbox'] + label {
  font-size: 2.3rem;
  font-weight: 400;
  text-transform: none;
  vertical-align: middle;
  display: block;
  color: #000;
  position: relative;
  padding-left: 6rem;
  margin-left: 0;
  min-height: 3.5rem
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form.form--system .hs-form-field input[type='checkbox'] + label {
    padding-left: 32px;
  }
}

.form.form--system .hs-form-field input[type='checkbox'] + label:before {
  content: "";
  width: 3.2rem !important;
  height: 3.2rem;
  border: .1rem solid #707070;
  position: absolute;
  top: .1rem;
  left: 0;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.4rem auto
}

.form.form--system .hs-form-field input[type='checkbox']  {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.form.form--system .hs-form-field input[type='checkbox']:checked + label:before {
  background-image: url("https://26638772.fs1.hubspotusercontent-eu1.net/hubfs/26638772/Securecell%202023/cross.svg")
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form.form--system .hs-submit  {
    padding: 3rem .85rem 6rem;
  }
}

.form.form--system .form-separator {
  display: block;
  padding: 10px 0 35px;
  border-top: .1rem solid lightgray;
}
}