/* Style for the user forms */
.error {
    color: red;
    font-weight: bold;
}
.success {
    color: green;
    font-weight: bold;
}
form p {
    margin-bottom: 15px;
}
