#content {
  width: 100% !important;
  max-width: 1010px !important;
  margin: 0 auto !important;
  padding: 20px 20px 160px !important;
}

.woocommerce-error ul {
  margin: 0;
}

#account-login-page {
  margin-top: 70px;
}

.main-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.login {
  width: 100%;
  max-width: 350px;
}

.form-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-row--mt-30 {
  margin-top: 30px;
}
.form-row--mt-40 {
  margin-top: 40px;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-row .form-control {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  box-shadow: inset 0px 1px 2px #00000029;
  padding: 0;
  padding-left: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #0D0D0D;
  font-size: 18px;
}
.form-row .form-control::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #888888;
  font-size: 18px;
}

#login .forgot-password {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #00664F;
  text-decoration: underline;
  margin-top: 15px;
  transition: all 0.2s ease-in-out;
}
#login .forgot-password:hover {
  color: #008a6b;
}
#login .forgot-password:active, #login #login .forgot-password:focus {
  color: #004233;
}
#login .forgot-password:visited {
  color: #00664F;
}

#account-login-page .btn {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 150px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  background-color: #00AD50;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
#account-login-page .btn:hover {
  background-color: #00d161;
}
#account-login-page .btn:active, #account-login-page .btn:focus {
  background-color: #00893f;
}

.separator {
  display: block;
  width: 2px;
  height: 340px;
  background-color: #C7C7C7;
  margin: 0 10px;
}

.signup {
  width: 100%;
  max-width: 350px;
}

#account-login-page h3 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px;
  color: #00664F;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
}

#submit-signup {
  margin-top: 15px;
  margin-bottom: 60px;
}

#password-reset-modal .modal-dialog {
  width: 494px;
  top: 25%;
}

#password-reset-modal .modal-title {
  font-family: "Roboto", sans-serif;
  color: #0a8251;
  font-weight: 700;
  font-size: 30px;
  padding-left: 15px;
}

#password-reset-modal .close {
  font-weight: 400;
  font-size: 50px;
  margin-top: -28px;
  margin-right: -9px;
}

#password-reset-modal .modal-content {
  width: 494px;
}

#password-reset-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

#password-reset-modal .modal-body {
  padding-top: 5px;
  padding-bottom: 0;
}

#password-reset-modal .modal-body p, #password-reset-email + label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-align: left;
  color: #000;
}

#password-reset-email {
  border-radius: 3px;
  width: 236px;
  height: 28px;
  margin-left: 15px;
}

#password-reset-email + label {
  margin-left: 15px;
  font-weight: 400;
  margin-top: 5px;
}

#password-reset-submit {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background-color: #098251;
  border-radius: 5px;
  color: #fff;
  padding: 4px 22px;
  margin-left: 15px;
  margin-bottom: 19px;
}

#password-reset-error {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #bd3f3a;
  margin-left: 15px;
  font-weight: 400;
  text-align: left;
}

#password-reset-signup {
  color: #428bca;
  text-decoration: underline;
  cursor: pointer;
}

#error-login {
  font-family: "Roboto", sans-serif;
  display: none;
  padding-left: 5px;
  color: #bd3f3a;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
}

#error-login p:nth-child(2) {
  margin-bottom: 0;
}

#reset-your-password {
  color: #202980;
  text-decoration: underline;
}

#error-signup {
  font-family: "Roboto", sans-serif;
  padding-left: 5px;
  color: #bd3f3a;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
}

#error-signup p {
  margin: 0;
}

.form-group input[type=text] {
  border: 1px solid #ccc;
}

#account-login-page .custom-checkbox {
  display: none;
}

#account-login-page .custom-checkbox + label {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  color: #212322;
  line-height: 1;
}

#account-login-page .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #0a8251;
  border-radius: 2px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 52% 50%;
  margin-top: 0;
}

#account-login-page .custom-checkbox + label:hover {
  cursor: pointer;
}

#account-login-page .custom-checkbox:checked + label {
  color: #000;
}

#account-login-page .custom-checkbox:checked + label::before {
  border-color: #0a8251;
  background-color: #0a8251;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+Cg==");
}

#account-login-page .custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #0a8251;
}

#account-login-page .custom-checkbox:not(:disabled):active + label::before {
  background-color: #0a8251;
  border-color: #0a8251;
}

#account-login-page .custom-checkbox:focus + label::before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(20, 104, 27, 0.6);
}

#account-login-page .custom-checkbox:focus:not(:checked) + label::before {
  border-color: #0a8251;
}

#account-login-page .custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

#account-login-page #signup-last_name {
  margin-bottom: 17px;
}

label[for=keep-me-signed] span {
  display: contents;
  font-size: 18px;
  color: #6c6969;
  font-weight: 500;
}

#account-login-page .custom-checkbox:checked + label[for=keep-me-signed] span {
  color: #000;
}

@media only screen and (max-width: 767px) {
  #account-login-page {
    margin-top: 40px;
  }

  #content {
    padding-bottom: 140px !important;
  }

  .main-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .login, .signup {
    max-width: 450px;
  }

  .separator {
    height: 2px;
    width: 100%;
    max-width: 450px;
    margin: 65px auto;
  }

  #account-login-page h3 {
    text-align: center;
    margin-bottom: 36px;
  }

  #account-login-page .btn {
    max-width: none;
  }
}

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