.login .article-panel {
  padding-top: 0;
  margin-top: 0;
}

.login .article-panel h3 {
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 21px;
}

@media (min-width: 992px) {
  .login .login-form.article-panel h3 {
    margin-left: 10px;
  }

  .login-form {
    min-height: 632px;
  }
}

@media (max-width: 992px) {
  .login-form form.form-horizontal {
    margin-bottom: 242px;
  }
}

.login .article-panel h5 {
  font-size: 20px;
  line-height: 30px;
}

.login .article-panel p {
  font-size: 17px;
  line-height: 24px;
}

.login-form form.form-horizontal {
  width: 100%;
  margin-top: 71px;
}

.login-form {
  padding: 20px;
}

.login-form form.form-horizontal label {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

/* .login-form form.form-horizontal input {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  height: 40px;
} */

.reset-password-user .button,
.forgot-password-user .form-group-button .forgot-pass-submit,
.login_container .login-form form.form-horizontal .btn-fresh-red {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  border-radius: 10px!important;
  border: 1px solid #FD0008;
  background: #FD0008;
  border: none;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  color: #fff;
}

.login_container .login-form form.form-horizontal .btn-fresh-red {
  margin-top: 23px;
  margin-bottom: 15px;
}

.reset-password-user .button,
.forgot-password-user .form-group-button .forgot-pass-submit {
  padding: 12px 32px;
  margin: 0;
}

.reset-password-user .button {
  margin-top: 10px;
}


@media screen and (max-width: 767px) {
  .login-banner-description {
    font-size: 16px;
  }

  .reset-password-user .confirm-parent,
  .reset-password-user .password-parent {
    max-width: none;
  }
  .page-reset #edit-pass {
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: none;
  }
}

.login-form .text a {
  color: #E50019;
}

.field-validation-valid {
  font-size: 11px;
  color: red;
}

.field-validation-valid {
  display: none;
}


.login-form .login-link {
  margin-top: 15px;
}

.login-form .login-link a {
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #333;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.content-body .login_container .login-label {
  padding-left: 0;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}


.forgot-password-user input[type=text],
.login_container input[type=text],
.login_container input[type=password] {
  max-width: none;
}

.forgot-password-user input[type=text],
.login-form input[type=text],
.login-form input[type=password] {
  border-radius: 15px;
  background: #F5F5F5;
  border: none;
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 13px 6px 13px 56px;
}

.forgot-password-user .form-item-name,
.login-form .form-item-name ,
.login-form .form-item-pass {
  position: relative;
}

.forgot-password-user .form-item-name::before,
.login-form .form-item-name::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url(../images/user-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.login-form .form-item-pass::before {
  content: '';
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 32px;
  background-image: url(../images/password-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.field-validation-error {
  position: absolute;
}


.login-form .form-item-name:has(.field-validation-error),
.login-form .form-item-pass:has(.field-validation-error) {
  margin-bottom: 30px;
}

.login_container h1.login-title {
  color: #FD0008;
  font-family: "Open Sans light", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
.forgot_passwords h2,
.login_container .login-form h2 {
  color: #333;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.forgot_passwords p,
.login_container .login-form p {
  color: #333;
  font-family: "Open Sans light", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

.forgot-password-user .login-panel-tl-header {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.forgot-password-user .login-panel-tl-description {
  color: #333;
  font-family: "Open Sans light", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 15px;
}

.login-banner-description {
  right: 8px;
  top: 100px;
  max-width: 344px;
  line-height: normal;
  font-size: 28px;
}

.forgot_passwords h2 {
  line-height: 170%;
}

.open-san-light {
  font-family: "Open Sans light", sans-serif !important;
}

.open-san-bold {
  font-family: "Open Sans Bold", sans-serif !important;
}

.open-san-semibold {
  font-family: "Open Sans SemiBold", sans-serif !important;
}

.description-login span {
  font-family: "Open Sans light", sans-serif !important;
  font-size: 12px;
}

main {
  margin-bottom: 0 !important;
}

body:not(header) main.content-body {
  padding-top: 0 !important;
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .carousel-item .carousel-banner-description {
    top: 0;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .carousel-item .carousel-banner-wrapper {
    margin-top: 0;
    position: absolute;
  }
  .carousel-banner-description h1 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .carousel-banner-description p {
    margin-bottom: 0;
    font-size: 12px;
  }
}

.title-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .title-sp {
    display: block;
    position: absolute;
    right: 30px;
    top: 15vw;
    width: 50%;
  }

  .login-form .login-title {
    display: none;
  }

  .login-banner-description {
    bottom: 0.2vw;
    left: 0;
    top: unset;
    right: unset;
    max-width: none;
    width: 100%;
    padding: 0 25px;
    font-size: 14px;
  }

  .login_container h1.login-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: right;
  }

  .login-banner-description > * {
    font-size: 14px!important;
  }

  .forgot_passwords {
    padding-top: 30px;
  }
}
