div.response{
    width:100%;
    padding: 1em;
    margin-bottom: 1em;
    color: white;
}
div.response.success {
    background-color:#00a732;
}
div.response.error {
    background-color:#660000;
}