#main-login {
  background-image: url(../images/login-banner.jpg);
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  #main-login {
    background: none;
    padding: 0;
  }
}
.entry-reset-link {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  text-align: center;
}

.lost-password-link {
  color: #464be8;
  text-decoration: none;
}
.login-form-container {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  max-width: 58rem;
  margin: 0 auto;
  padding: 4rem;
  border-radius: 2rem;
}
.login-form-container .entry-title {
  margin: 0 0 .8rem;
  font-size: 4rem;
  font-weight: 400;
  text-align: left;
  line-height: 4.8rem;
}
.login-form-container .login-username, .login-form-container .login-password {
  display: flex;
  flex-direction: column;
}
.login-form-container .login-username label, .login-form-container .login-password label {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8rem;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: left;
}
.login-form-container .login-username {
  margin-block-start: 3.2rem;
}
.login-form-container .login-password {
  margin-block-start: 4.4rem;
}
.login-form-container .entry-reset-link {
  margin-block-start: 1.6rem;
}
@media screen and (max-width: 600px) {
  .login-form-container {
    background: #fff;
    padding: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .login-form-container .entry-title {
    font-size: 2.8rem;
  }
}
.entry-description {
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  padding: 0 8rem 0 0;
}
.entry-description .register-link {
  color: #464be8;
  text-decoration: none;
}
#user_login, #user_pass {
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
  width: calc(100% - 4rem);
  outline: none;
  background: transparent;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  transition: 0.3s ease;
}
#wp-submit {
  width: calc(100% - 4rem);
  height: 6.4rem;
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 6.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0px;
  margin-top: 2.6rem;
  cursor: pointer;
}

#post-59 .content-page__container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 6rem 2rem;
}
#post-59 .entry-title {
  text-align: center;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 100%;
  color: #000000;
  margin: 0;
  padding-bottom: 6rem;
}
#post-59 .content-page__header {
  border: none;
}
.lost_reset_password p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  text-align: left;
  padding-bottom: 1rem;
}
.lost_reset_password .form-row {
  text-align: left;
}
.lost_reset_password .form-row label {
  text-align: left;
}
.form-row {
  text-align: center;
}
.form-row label {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  text-align: left;
}
.form-row .woocommerce-Button {
  width: 36rem;
  height: 6.4rem;
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 6.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0px;
  margin-top: 2.6rem;
  cursor: pointer;
}

