/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.access_denied_template, .logout_template {
  text-align: center;
}
.access_denied_template .error-code {
  font-size: 64px;
  color: #0e0e11;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.logout_template a#hs-button_sign_in_button {
  margin-bottom:35px;
}
section.access_denied_outer .row-fluid {
  margin: 0 auto;
  justify-content: center;
}
.logout_template h1 {
    line-height: 1.3;
}



@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}
.systems-page.login_right_block {
  max-width: 100%;
  padding: 0;
}
.login_inner_block {
  display: flex;
  flex-wrap: wrap;
}
.login_left_block {
  width: 50%;
  background-color: #EBE9E5;
  border-radius: 13px 0px 0px 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px;
}
.systems-page.login_right_block {
  max-width: 100%;
  padding: 0;                                                                                                                                                             width: 50%;
  background-color: #FFFFFF;
  border-radius: 0px 13px 13px 0px;
  padding: 60px 50px;
}
section.login_outer_block {
  background-color: rgba(0 0 0 / 50%);
  padding: 100px 0;
}
.left_icon {
  text-align: center;
}
section.login_outer_block {
  background-color: rgba(0, 0, 0, .5);
  padding: 100px 0;
  background-image: url(https://45450888.fs1.hubspotusercontent-na1.net/hubfs/45450888/2024/images/signIn/bg.png);
  background-repeat: no-repeat;
  background-position: top;
}
}
section.login_outer_block {
  background-color: rgba(0, 0, 0, .5);
  padding: 100px 0;
  background-image: url(https://45450888.fs1.hubspotusercontent-na1.net/hubfs/45450888/2024/images/signIn/bg.png);
  background-repeat: no-repeat;
  background-position: top;
}
.left_bottom_txt p a {
  color: #222222;
  font-weight: 500;
  text-decoration: underline;
}
.left_bottom_txt p {
  margin-bottom: 0;
  font-size: 16px;
  color: #222222;
}
.systems-page.login_right_block form label {
  display: block;
  font-size: 14px;
  margin-bottom: .35rem;
  font-weight: 400;
  color: #4F4F4F;
}
.systems-page.login_right_block form input {
  color: #7A7A7A;
  font-size: 14px;
  font-weight: 400;
  min-height: 45px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  padding: 10px 12px;
}
.systems-page.login_right_block form  a.hs-login-widget-show-password {
  display: none;
}
.systems-page.login_right_block h1 {
  font-size: 24px;
  font-weight: 500 !important;
  font-family: Roboto, sans-serif;
  color:#333333;
}
.systems-page.login_right_block p {
  font-size: 14px;
  font-weight:400;
  font-family: Roboto, sans-serif;
}
.systems-page.login_right_block form input[type=checkbox], .systems-page.login_right_block form input[type=radio] {
  min-height: unset !important;
  width: 24px;
  height: 24px;
  margin-bottom: 0 !important;
  vertical-align: middle;
}
.systems-page.login_right_block form input[type=checkbox] + label, .systems-page.login_right_block form input[type=radio] + label {
  font-size: 16px !important;
  color: #333333 !important;
}
.systems-page.login_right_block input.hs-button.primary.large {
  background-color: #C7E889;
  width: 100%;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  color: #0E0E11;
  padding: 14px 30px;
  min-height: unset;
  border: 0 !important;
  margin: 15px 0;
}
.systems-page.login_right_block #hs_login_reset {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  color: #333333;
  text-align: right;
  text-decoration: underline;
  font-weight: 500;
}
.systems-page.login_right_block form input::placeholder{
  color:#7A7A7A;
}
.systems-page.login_right_block div#hs_cos_wrapper_membership_admin_content p {
  margin-bottom: 0;
  font-size: 16px;
  color: #222222;
}
.systems-page.login_right_block div#hs_cos_wrapper_membership_admin_content p a{
  color: #222222;
  font-weight: 500;
  text-decoration: underline;
}
.left_icon {
  padding: 20px 0;
}
section.login_outer_block.reset_pswd .systems-page.login_right_block {
  border-radius: 13px;
  width: 100%;
  max-width: 700px !important;
}

@media (max-width:767px){
  .systems-page.login_right_block {
    width: 100%;
    border-radius: 0px 0 13px 13px;
    padding: 30px;
  }
  .login_left_block {
    width: 100%;
    border-radius: 13px 13px 0px 0;
    padding: 30px;
  }
  .left_icon img {
    max-width: 100px;
  }
  .systems-page.login_right_block form input[type=checkbox], .systems-page.login_right_block form input[type=radio] {
    width: 18px;
    height: 18px;
  }  
}


















/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}