@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Vidaloka&display=swap";
.sub-text {
  text-align: center;
}
.sub-text span {
  font-size: 14px;
  font-weight: 300;
}
.sub-text span a {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  color: #000;
  font-weight: 300;
}
.sub-text span a:hover {
  color: #000;
  text-decoration: none;
}

.mp_wrapper h3 {
  display: none;
}

.mepr_error {
  max-width: 400px;
  margin: 20px auto;
  background: #fff !important;
}
.mepr_error ul {
  padding: 0 !important;
}
.mepr_error li {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.mp_login_form, #mepr_forgot_password_form, .mepr_password_reset_requested {
  max-width: 400px;
  margin: 40px auto;
}
.mp_login_form p, #mepr_forgot_password_form p, .mepr_password_reset_requested p {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
.mp_login_form label, #mepr_forgot_password_form label, .mepr_password_reset_requested label {
  font-size: 14px;
  font-weight: 300;
}
.mp_login_form .mp-form-row .mp-form-label, #mepr_forgot_password_form .mp-form-row .mp-form-label, .mepr_password_reset_requested .mp-form-row .mp-form-label {
  margin-bottom: 5px;
}
.mp_login_form .mp-form-row input, #mepr_forgot_password_form .mp-form-row input, .mepr_password_reset_requested .mp-form-row input {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  background: none;
  border: 1px solid #000;
  outline: none;
  font-size: 15px;
  height: 40px;
  width: 100%;
}
.mp_login_form .submit #wp-submit, #mepr_forgot_password_form .submit #wp-submit, .mepr_password_reset_requested .submit #wp-submit {
  background: #997950;
  border: 1px solid #997950;
  color: #fff;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  height: 40px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 300;
}
.mp_login_form .submit #wp-submit:hover, #mepr_forgot_password_form .submit #wp-submit:hover, .mepr_password_reset_requested .submit #wp-submit:hover {
  background: none;
  color: #000;
  border: 1px solid #997950;
}
.mp_login_form .mp-spacer, #mepr_forgot_password_form .mp-spacer, .mepr_password_reset_requested .mp-spacer {
  display: none;
}
.mp_login_form .mepr-login-actions a, #mepr_forgot_password_form .mepr-login-actions a, .mepr_password_reset_requested .mepr-login-actions a {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  color: #000;
  font-weight: 300;
}
.mp_login_form .mepr-login-actions a:hover, #mepr_forgot_password_form .mepr-login-actions a:hover, .mepr_password_reset_requested .mepr-login-actions a:hover {
  color: #000;
  text-decoration: none;
}/*# sourceMappingURL=page-login.css.map */