/* Hide header & footer ONLY on desktop */
@media (min-width: 1025px) {
  .navigationWrapper {
    display: none !important;
  }
}

@media (max-width: 1024px) {
    .logoContainer
    {
    	display: none !important;
    }
}

footer {
    display: none !important;
}


/* Style login card */
body.page-template-new-login-page .infoCard {
  max-width: 560px;
  margin: 0 auto;
  background: #f5f9ff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

body.page-template-new-login-page .logoText {
  font-family: 'P22 Mackinac Pro', serif;
  font-size: 28px;
  color: #333f5b;
}

form#mepr_loginform > div:not(.mp-form-row) a {
    color: #919599;
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
}

form#mepr_loginform > div:not(.mp-form-row) {
    margin-bottom: 20px;
}