.profile_custom p {
  text-align: center;
  padding-bottom: 1.5em;
}

.profile_custom p a {
  color: blue;
  text-decoration: underline;
}

#wpmem_msg {
  background-color: #fff;
  padding: 20px;
}

#wpmem_login fieldset {
  max-width: 500px;
  margin: 0 auto;
}

#wpmem_login .div_text {
  margin-bottom: 15px;
}

#wpmem_login a {
  text-decoration: underline;
  cursor: pointer;
  color: royalblue;
}

@media (max-width: 460px) {
  #wpmem_login a {
    display: block;
  }
}

#wpmem_login .button_div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  text-align: center;
}

#wpmem_login .button_div .flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  margin: 0 auto;
}

#wpmem_login .button_div .buttons {
  width: 60%;
  letter-spacing: 0;
  margin-bottom: 10px;
}

#wpmem_login .button_div .buttons:hover {
  letter-spacing: 0.3rem;
}

#wpmem_login .button_div #rememberme {
  width: 20px;
  margin: 0;
}

#wpmem_login .link-text {
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 460px) {
  #wpmem_login .link-text a {
    margin-bottom: 10px;
  }
}

.login_custom a {
  text-decoration: underline;
  cursor: pointer;
  color: royalblue;
}
