.wpa-box{
	padding: 16px;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpa-error{
	background: #ffebe8;
	border-bottom: 4px solid #C00;
}
.wpa-success{
	background: #E7F5EE;
	border-bottom: 4px solid #008528;
}
.wpa-alert{
	background: #fffbbc;
	border-bottom: 4px solid #E6DB55;
}
/* Last paragraph, no bottom margin */
.wpa-box p:last-child {
	margin-bottom: 0 !important;
}

/* We need all these styles to counteract various theme dependent styles that can mess with the alignment, colors, etc. */
#user_email_username{
	    color: #818a91;
    background-color: #f7f7f7;
    border-radius: 0;
    padding: 16px;
    font-size: 14px;
    border: none;
    font-weight: 400;
}
#wpa-submit{
	background-color: #3663AC;
    font-weight: 700;
    padding: 12px 24px;
    color: white!important;
    border-radius: 5px;
    border: 1px solid #3663AC;
    display: inline-block;
	margin-bottom: 16px;
}

#wpa-submit:hover,
#wpa-submit:focus {
	background-color: transparent;
	color: #3663AC!important;
}

.hmd-login-form {
	display: flex;
	flex-direction: column;
	max-width: 400px;
	gap: 16px;
}

.hmd-login-form label {
	font-weight: 700;
}
