/* ==============================
   Waylora Login Page (ID 1486)
   Single-card layout + logo
   ============================== */

body.page-id-1486 .mp_wrapper.mp_login_form {
  width: 540px !important;
  max-width: calc(100vw - 32px) !important;
  background: #fff !important;
  border-radius: 18px !important;
  padding: 28px 52px 44px !important;
  box-shadow: 0 18px 50px rgba(0,0,0,0.16) !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  position: relative !important;
  isolation: isolate !important;
}

body.page-id-1486 #content > div {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 64px 16px !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form .mp-spacer {
  display: none !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form * {
  box-sizing: border-box !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form::before {
  content: "" !important;
  display: block !important;
  width: 320px !important;
  height: 92px !important;
  margin: 0 auto 18px !important;
  background: url("https://waylora.com/wp-content/uploads/2025/11/LogoTransp.png") no-repeat center center !important;
  background-size: contain !important;
}



body.page-id-1486 .mp_wrapper.mp_login_form form#mepr_loginform {
  width: 100% !important;
  margin: 0 !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form form#mepr_loginform p,
body.page-id-1486 .mp_wrapper.mp_login_form form#mepr_loginform .mp-form-row,
body.page-id-1486 .mp_wrapper.mp_login_form form#mepr_loginform .mepr-form-row {
  margin: 0 0 14px !important;
  position: relative !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form label {
  display: block !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  margin: 0 0 8px !important;
  line-height: 1.2 !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form input[type="text"],
body.page-id-1486 .mp_wrapper.mp_login_form input[type="email"],
body.page-id-1486 .mp_wrapper.mp_login_form input[type="password"] {
  width: 100% !important;
  height: 46px !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(0,0,0,0.18) !important;
  background: #fff !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form input:focus {
  outline: none !important;
  border-color: #3E9F45 !important;
  box-shadow: 0 0 0 4px rgba(62,159,69,0.18) !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form form#mepr_loginform .password-input-wrapper,
body.page-id-1486 .mp_wrapper.mp_login_form form#mepr_loginform .input-password-wrapper {
  position: relative !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form form#mepr_loginform .password-input-wrapper i,
body.page-id-1486 .mp_wrapper.mp_login_form form#mepr_loginform .input-password-wrapper i,
body.page-id-1486 .mp_wrapper.mp_login_form form#mepr_loginform .password-input-wrapper .toggle-password,
body.page-id-1486 .mp_wrapper.mp_login_form form#mepr_loginform .input-password-wrapper .toggle-password {
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  line-height: 1 !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form input[type="password"] {
  padding-right: 44px !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form .mepr-login-actions,
body.page-id-1486 .mp_wrapper.mp_login_form .mp-login-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 16px 0 22px !important;
  padding: 0 !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form .mepr-login-actions label,
body.page-id-1486 .mp_wrapper.mp_login_form .mp-login-actions label {
  margin: 0 !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form input[type="submit"],
body.page-id-1486 .mp_wrapper.mp_login_form .mepr-submit,
body.page-id-1486 .mp_wrapper.mp_login_form button[type="submit"] {
  width: 100% !important;
  height: 50px !important;
  border-radius: 10px !important;
  background: #3E9F45 !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  cursor: pointer !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form input[type="submit"]:hover,
body.page-id-1486 .mp_wrapper.mp_login_form .mepr-submit:hover,
body.page-id-1486 .mp_wrapper.mp_login_form button[type="submit"]:hover {
  filter: brightness(0.96) !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form .wl-forgot-link {
  margin-top: 12px !important;
  text-align: right !important;
  width: 100% !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form .wl-forgot-link a {
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #3E9F45 !important;
  text-decoration: none !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form .wl-forgot-link a:hover {
  text-decoration: underline !important;
}

body.page-id-1486 #mepr_loginform > div.submit {
  position: relative !important;
  overflow: visible !important;
}

body.page-id-1486 #mepr_loginform > div.submit > div.wl-forgot-link {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 10 !important;
  margin-top: 12px !important;
  text-align: right !important;
  pointer-events: auto !important;
}

body.page-id-1486 #mepr_loginform > div.submit > div.wl-forgot-link a {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #3E9F45 !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

body.page-id-1486 #mepr_loginform > div.submit > div.wl-forgot-link a:hover {
  text-decoration: underline !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form label {
  display: block !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  margin: 12px 0 10px !important;
  line-height: 1.2 !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form input#rememberme {
  outline: none !important;
  box-shadow: none !important;
}


body.page-id-1486 #mepr_loginform > div.submit > div {
  margin-top: 14px !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form::before {
  transform: translateY(-4px);
}

body.page-id-1486 .mp_wrapper.mp_login_form label {
  margin: 22px 0 34px !important;
}

body.page-id-1486 #mepr_loginform > div.submit {
  position: relative !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 14px !important;
}

body.page-id-1486 #mepr_loginform > div.submit > div {
  position: relative !important;
  z-index: 9998 !important;
  pointer-events: auto !important;
}

body.page-id-1486 #mepr_loginform > div.submit > div > a {
  position: relative !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
  display: inline-block !important;
}

body.page-id-1486 #content > div {
  min-height: min(80vh, 760px) !important;
}


body.page-id-1486 #content > div {
  min-height: min(75vh, 760px) !important;
}

body.page-id-1486 .mp_wrapper.mp_login_form input[type="text"],
body.page-id-1486 .mp_wrapper.mp_login_form input[type="email"],
body.page-id-1486 .mp_wrapper.mp_login_form input[type="password"] {
  height: auto !important;
  padding: 12px 16px 12px 40px !important;
  line-height: normal !important;
}

.mp_wrapper.mp_login_form .mepr_username,
.mp_wrapper.mp_login_form .mepr_password {
  position: relative;
}

.mp_wrapper.mp_login_form .mepr_username::before {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.mp_wrapper.mp_login_form .mepr_password::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

body.page-id-1486 .mp_wrapper.mp_login_form .mepr-login-actions {
  display: none !important;
}

body.page-id-1486
.mp_wrapper.mp_login_form
.mepr_password
.button.mp-hide-pw {
  height: auto !important;
  min-height: 100% !important;
}












body.page-id-1486 #mepr_jump {
  position: static !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 16px !important;
}

body.page-id-1486 #mepr_jump .mepr_error {
  width: 540px !important;
  max-width: calc(100vw - 32px) !important;
  margin: 0 !important;
  border-radius: 10px !important;
}

body.page-id-1486 .bb-grid {
  flex-direction: column !important;
  align-items: center !important;
}
