*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
#wpmem_login {
  margin: 70px auto 0;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 860px) {
  #wpmem_login {
    margin-top: 35px;
    max-width: 87.5%;
  }
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  display: none;
}

label[for=log], label[for=pwd] {
  display: none;
}

#wpmem_login .div_text {
  margin-bottom: 25px;
}
#wpmem_login .div_text input {
  border-color: #e0e0e0;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 860px) {
  #wpmem_login .div_text {
    margin-bottom: 13px;
  }
  #wpmem_login .div_text input {
    padding: 10px;
  }
}

#wpmem_login .button_div {
  margin-top: 30px;
  padding: 0;
  text-align: center;
}
#wpmem_login .button_div input[name=rememberme],
#wpmem_login .button_div label[for=rememberme] {
  display: none;
}
@media screen and (max-width: 860px) {
  #wpmem_login .button_div {
    margin-top: 15px;
  }
}

#wpmem_login .button_div input[name=Submit] {
  background-color: #c7a034;
  border-radius: 0;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 25px;
  width: 100%;
}
#wpmem_login .button_div input[name=Submit]:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 860px) {
  #wpmem_login .button_div input[name=Submit] {
    padding: 13px;
  }
}

.link-text {
  display: none;
}
/*# sourceMappingURL=login-customize.css.map */