.section-link {
  padding-top: 50px !important;
}

.js-show-password {
  position: absolute;
  right: 5px;
  top: 7px;
  color: #444;
  background: #eee;
  padding: 5px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.js-show-password:hover, .js-show-password:focus {
  background: #ddd;
}

.auth-form {
  font-size: 14px;
  margin: 5% auto 0;
  width: 475px;
}
.auth-form .form-group {
  position: relative;
}
.auth-form--desktop {
  border-radius: 15px !important;
  padding: 30px 20px;
  border: 1px solid #e2e8f0;
  margin-bottom: 25px;
  margin-top: 35px !important;
}
.auth-form__title > h2 {
  color: #333;
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 20px;
}
.auth-form__content form {
  margin-bottom: 10px;
}
.auth-form__content form input, .auth-form__content form button {
  height: 45px;
  border-radius: 50px;
}
.auth-form__content form input {
  border: 1px solid #ddd !important;
  border-radius: 5px;
  font-size: 14px;
  padding: 0 8px;
  width: 100%;
}

.auth-iframe {
  padding: 0;
}
.auth-iframe .auth-form {
  border: 0;
  box-shadow: none;
  padding: 0;
}
.auth-iframe .auth-form__title h2 {
  margin-bottom: 10px;
}

form.auth-modal {
  margin-bottom: 10px;
}
form.auth-modal input, form.auth-modal button {
  height: 45px;
  box-sizing: border-box;
}

.more-login {
  text-align: center;
  font-size: 13px;
}

.error-form {
  display: inline-block;
  color: #e03c31;
  font-size: 12px;
  padding: 0;
  margin-top: 5px;
}
.error-form--account {
  display: flex;
  justify-content: center;
}
.error-form--account-ajax {
  display: none;
  text-align: center;
}

.read-more-item {
  border: 1px dashed #ccc;
  padding: 15px;
  border-radius: 3px;
}

.btn-resend-email {
  background: none;
  border: none;
  font-weight: 600;
  color: #2563eb;
  cursor: pointer;
}

.btn-resend-email.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  font-weight: 400;
}

.social-hr {
  font-size: 12px;
}
.social-hr .hr {
  border-bottom: 1px solid #f2f2f2;
  line-height: 0.1em;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
.social-hr .hr span {
  background: #fff;
  color: #888;
  padding: 0 10px;
}

.login-social {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.login-social .button-auth {
  align-items: center;
  border-radius: 50px;
  color: #666;
  display: flex;
  height: 45px;
  margin-bottom: 10px;
  position: relative;
  width: 49%;
  font-size: 14px;
}
.login-social .button-auth span {
  margin: 0 auto;
  vertical-align: middle;
  font-weight: 600;
}
.login-social .button-auth img {
  left: 10px;
  position: absolute;
  vertical-align: middle;
  width: 25px;
  border-radius: 50%;
}
.login-social .button-auth:hover {
  cursor: pointer !important;
}
.login-social .facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: #fff;
}
.login-social .google {
  border: 1px solid #ccc;
  background: #f9f9f9;
  color: #333;
}

.social-text {
  margin-top: 10px;
  text-align: justify;
}
.social-text p {
  font-size: 13px;
}
.social-text a {
  color: #4688ff;
}

.agree-policy,
.more-login {
  font-size: 0.9rem;
  color: #4f5e64;
  margin-bottom: 10px;
}
.agree-policy input,
.more-login input {
  width: auto !important;
  height: auto !important;
}
.agree-policy a,
.more-login a {
  color: #4f5e64;
}

.back-home {
  font-size: 0.95rem !important;
  text-align: center;
  margin-top: 10px;
}

.box-popup-password .js-btn-reset-password:hover {
  cursor: pointer;
}
.box-popup-password .check-auth {
  display: none;
}

.modal-auth-login .modal-header {
  padding-left: 25px;
}
.modal-auth-login .modal-header__title {
  position: relative;
  margin-right: 35px !important;
  font-size: 16px;
  cursor: pointer;
}
.modal-auth-login .js-tab-auth.active {
  font-weight: bold;
}
.modal-auth-login .modal-body-login {
  padding: 0;
  margin: 0;
}
.modal-auth-login .modal-body-login .auth-form {
  padding: 20px 25px;
  margin-bottom: 0;
  margin-top: 25px;
  box-shadow: none;
  width: 100%;
}
.modal-auth-login .modal-body-login .container {
  margin-bottom: 0;
  padding: 0;
}
.modal-auth-login .modal-body-login .auth-help {
  display: none;
}

.auth-page .form-group {
  margin-bottom: 0px !important;
  margin-top: 0 !important;
}
.auth-page .form-group .error-form {
  font-size: 13px;
  margin-bottom: 10px;
}

.body-auth-page {
  background: #f4f4f4;
}

.auth-form {
  background: #fff;
}

@media (max-width: 768px) {
  .body-auth-page {
    background: #fff;
  }

  .modal-auth-login {
    width: 95%;
  }
  .modal-auth-login .container {
    padding: 10px !important;
  }

  .auth-form {
    width: 100%;
    max-width: 420px;
    background: none;
    box-shadow: none;
    border: none;
    padding: 15px 10px;
  }
  .auth-form--desktop {
    margin-top: 15px !important;
  }

  .modal-body-login .auth-form {
    padding: 10px 5px !important;
    margin-top: 15px;
  }

  .hide-mb {
    display: none;
  }
}
@media (min-width: 1200px) {
  .auth-page .img-1 {
    right: 13% !important;
  }

  .auth-page .img-2 {
    left: 6% !important;
  }
}
@media (min-width: 1300px) {
  .auth-page .img-1 {
    right: 15% !important;
  }

  .auth-page .img-2 {
    left: 10% !important;
  }
}
