.logreg_modal .modal-dialog {
  max-width: 435px;
  width: 87.5%;
  margin: 0 auto;
}
.logreg_modal .modal-dialog.modal-dialog-centered {
  max-height: 100%;
}
.logreg_modal .modal-content {
  border: 0;
  border-radius: 0;
}
.logreg_modal .modal-content .close {
  background: transparent;
  padding: 5px;
  border: 0;
  right: 15px;
  top: 15px;
  z-index: 9;
}
.logreg_modal .modal-body {
  padding: 43px 28px 30px;
}

.logreg_form__header img {
  max-width: 60px;
  max-height: 60px;
}
@media all and (min-width: 576px) {
  .logreg_form__header img {
    max-width: 85px;
    max-height: 85px;
  }
}
@media all and (min-width: 768px) {
  .logreg_form__header img {
    max-width: 100px;
    max-height: 100px;
  }
}
.logreg_form__title {
  font-size: 28px;
  margin: 20px 0 5px;
}
@media all and (min-width: 576px) {
  .logreg_form__title {
    font-size: 32px;
  }
}
@media all and (min-width: 768px) {
  .logreg_form__title {
    font-size: 36px;
    margin-top: 25px;
  }
}
@media all and (min-width: 1024px) {
  .logreg_form__title {
    font-size: 38px;
  }
}
.logreg_form__subtitle {
  font-size: 14px;
  margin-bottom: 25px;
}
@media all and (min-width: 576px) {
  .logreg_form__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  .logreg_form__subtitle {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
@media all and (min-width: 1024px) {
  .logreg_form__subtitle {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.logreg_form p.login-username, .logreg_form p.login-password, .logreg_form #signupform .form-row {
  position: relative;
  display: block;
  margin-bottom: 9px;
}
@media all and (min-width: 768px) {
  .logreg_form p.login-username, .logreg_form p.login-password, .logreg_form #signupform .form-row {
    margin-bottom: 14px;
  }
}
.logreg_form p.login-username label, .logreg_form p.login-password label, .logreg_form #signupform .form-row label {
  position: absolute;
  right: -999em;
  top: -999em;
  visibility: hidden;
}
.logreg_form input[type=text], .logreg_form input[type=email], .logreg_form input[type=password], .logreg_form input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #eeeeee;
  background: white;
  color: #292929;
  width: 100%;
  display: block;
  padding: 9px 13px;
  font-size: 14px;
  border-radius: 0;
}
@media all and (min-width: 576px) {
  .logreg_form input[type=text], .logreg_form input[type=email], .logreg_form input[type=password], .logreg_form input[type=tel] {
    padding: 10px 15px;
  }
}
@media all and (min-width: 768px) {
  .logreg_form input[type=text], .logreg_form input[type=email], .logreg_form input[type=password], .logreg_form input[type=tel] {
    padding: 12px 17px;
    font-size: 16px;
  }
}
@media all and (min-width: 1024px) {
  .logreg_form input[type=text], .logreg_form input[type=email], .logreg_form input[type=password], .logreg_form input[type=tel] {
    padding: 13px 19px;
    font-size: 18px;
  }
}
.logreg_form input[type=text]::placeholder, .logreg_form input[type=email]::placeholder, .logreg_form input[type=password]::placeholder, .logreg_form input[type=tel]::placeholder {
  color: #a0a0a0;
}
.logreg_form .error {
  font-weight: bold;
  color: red;
  font-size: 11px;
  line-height: 1.2;
  display: block;
  margin-top: 0.65em;
}
@media all and (min-width: 576px) {
  .logreg_form .error {
    font-size: 12px;
  }
}
@media all and (min-width: 768px) {
  .logreg_form .error {
    font-size: 13px;
  }
}
.logreg_form .error a {
  display: none;
}
.logreg_form .forgot-password, .logreg_form .login-remember {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0;
}
@media all and (min-width: 768px) {
  .logreg_form .forgot-password, .logreg_form .login-remember {
    margin: 25px 0;
  }
}
.logreg_form .forgot-password {
  text-decoration: underline;
}
.logreg_form p.terms, .logreg_form p.newsletter_reg, .logreg_form .have_account {
  font-size: 14px;
  line-height: 1.35;
}
.logreg_form p.newsletter_reg {
  margin: 25px 0 15px;
  font-weight: bold;
}
@media all and (min-width: 576px) {
  .logreg_form p.newsletter_reg {
    margin: 30px 0 15px;
  }
}
@media all and (min-width: 768px) {
  .logreg_form p.newsletter_reg {
    margin: 35px 0 20px;
  }
}
.logreg_form p.newsletter_reg label {
  width: 100%;
}
.logreg_form p.terms {
  margin-bottom: 25px;
}
.logreg_form p.terms a {
  text-decoration: underline;
}
.logreg_form .button-primary, .logreg_form .button-outline-primary {
  width: 100%;
  font-size: 16px;
  padding: 5px 15px;
  text-align: center;
}
@media all and (min-width: 576px) {
  .logreg_form .button-primary, .logreg_form .button-outline-primary {
    font-size: 16px;
    padding: 8px 15px;
  }
}
@media all and (min-width: 768px) {
  .logreg_form .button-primary, .logreg_form .button-outline-primary {
    font-size: 18px;
    padding: 12px 15px;
  }
}
.logreg_form .have_account {
  display: inline-block;
  margin-top: 20px;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .logreg_form .have_account {
    margin-top: 25px;
  }
}
.logreg_form .have_account u {
  font-weight: bold;
  text-decoration: underline;
}
.logreg_form .form-radio {
  padding-left: 0;
}
.logreg_form .form-radio .form-check-input {
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  opacity: 0;
}
.logreg_form .form-radio .form-check-input:checked ~ .form-check-label .checkmark:before {
  display: block;
}
.logreg_form .form-radio .form-check-label {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  font-size: 10px;
  line-height: 1.4;
  font-weight: bold;
}
@media all and (min-width: 576px) {
  .logreg_form .form-radio .form-check-label {
    font-size: 12px;
  }
}
@media all and (min-width: 768px) {
  .logreg_form .form-radio .form-check-label {
    font-size: 13px;
  }
}
@media all and (min-width: 1024px) {
  .logreg_form .form-radio .form-check-label {
    font-size: 14px;
  }
}
.logreg_form .form-radio .form-check-label .checkmark {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 2px solid #292929;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.account-delete-block .logreg_form .form-radio .form-check-label .checkmark {
  top: 24%;
}
.logreg_form .form-radio .form-check-label .checkmark:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background-color: #292929;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.pass_field .pass_visible__toggle {
  width: 24px;
  height: 16px;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent url(../images/visible.svg) center center no-repeat;
  background-size: contain;
}
.pass_field.active .pass_visible__toggle {
  background-image: url(../images/unvisible.svg);
}

.logreg_form p, .logreg_form label {
  margin: 0;
}
.logreg_form .forgot-password {
  order: 2;
}
.logreg_form .login-remember {
  order: 1;
}
.logreg_form .login-submit {
  order: 3;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.woocommerce-form-login {
  max-width: 435px;
  width: 87.5%;
  margin: 0 auto;
}
.woocommerce-form-login input[type=text], .woocommerce-form-login input[type=email], .woocommerce-form-login input[type=password], .woocommerce-form-login input[type=tel] {
  border: 1px solid #eeeeee;
  background: white;
  color: #292929;
  width: 100%;
  display: block;
  padding: 9px 13px;
  font-size: 12px;
}
@media all and (min-width: 576px) {
  .woocommerce-form-login input[type=text], .woocommerce-form-login input[type=email], .woocommerce-form-login input[type=password], .woocommerce-form-login input[type=tel] {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  .woocommerce-form-login input[type=text], .woocommerce-form-login input[type=email], .woocommerce-form-login input[type=password], .woocommerce-form-login input[type=tel] {
    padding: 12px 17px;
    font-size: 16px;
  }
}
@media all and (min-width: 1024px) {
  .woocommerce-form-login input[type=text], .woocommerce-form-login input[type=email], .woocommerce-form-login input[type=password], .woocommerce-form-login input[type=tel] {
    padding: 13px 19px;
    font-size: 18px;
  }
}
.woocommerce-form-login input[type=text]::placeholder, .woocommerce-form-login input[type=email]::placeholder, .woocommerce-form-login input[type=password]::placeholder, .woocommerce-form-login input[type=tel]::placeholder {
  color: #a0a0a0;
}
.woocommerce-form-login .woocommerce-form-login__submit {
  width: 100%;
  font-size: 16px;
  padding: 5px 15px;
  text-align: center;
  background: #8cbf44;
}
@media all and (min-width: 576px) {
  .woocommerce-form-login .woocommerce-form-login__submit {
    font-size: 16px;
    padding: 8px 15px;
  }
}
@media all and (min-width: 768px) {
  .woocommerce-form-login .woocommerce-form-login__submit {
    font-size: 18px;
    padding: 12px 15px;
  }
}

#forgotmodal .logreg_form .button-primary {
  margin-top: 13px;
}
#forgotmodal .logreg_form .or {
  font-size: 10px;
  color: #a1a1a1;
  text-align: center;
  margin: 15px 0;
}
@media all and (min-width: 576px) {
  #forgotmodal .logreg_form .or {
    font-size: 12px;
  }
}
@media all and (min-width: 768px) {
  #forgotmodal .logreg_form .or {
    font-size: 14px;
  }
}
#forgotmodal .logreg_form .or span {
  padding: 5px 10px;
  background: #fff;
}
#forgotmodal .logreg_form .or:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}

/*# sourceMappingURL=logreg.css.map */
