.wpmem_msg {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #104574;
  padding-bottom: 20px;
  font-size: 23px;
}

/* LOGIN STYLES */
.loginbox {
  background: #DCE9F2;
  padding: 50px;
  font-family: "Barlow Semi Condensed";
}

#wpmem_reg {
  padding-bottom:50px;
}

.loginbox legend {
  font-family: "Barlow Condensed";
  font-size: 50px;
  font-weight: 500;
  color: #1574B9;
  text-align: center;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 30px;
}


.loginbox label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #5C847E;
  margin-left: 20px;
}

.loginbox input[type="email"],
.loginbox input[type="password"],
.loginbox input[type="text"] {
  border-radius: 90px;
  border: 1px solid #BDD7EA;
  width: 100%;
}

.loginbox .req-text {
  text-align: center;
}

.loginbox .login_status {
  text-align: center;
  line-height: 2em;
}

.loginbox .link-text {
	margin: 20px 0;
	text-align: center;
}

.loginbox fieldset {
	width: 420px;
	margin: 0 auto;
}

.loginbox input[type="checkbox"] {
	width: auto;
}

.loginbox #rememberme {
	margin-bottom: 20px;
}

.loginbox .captcha {
	margin: 30px auto;
	width: 300px;
}

.loginbox .button_div {
	width: 250px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}