/* css class for the password reset form generated errors */
.profilepress-reset-status {
background-color: #34495e;
color: #ffffff;
border: medium none;
border-radius: 4px;
font-size: 15px;
font-weight: normal;
line-height: 1.4;
padding: 8px 5px;
margin: 4px 0;
transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
}
/* Modified button colour – Fudge */
.btn-primary {
background-color: #3686be !important;
}
/*
This form uses the FlatUI css stylesheet that ships with the plugin hence this look.
It’s actually very pretty when implemented.
*/

Please enter your username or email address.
You will receive a link to create a new password via email.