p.important {
    background-color: #F4E8C3;
    border-radius: 5px;
    padding: 10px 15px;

    
}
p.important.negative {
    background-color: #89D035;
    border-radius: 5px;
}
p.important + form {
    margin-top: 20px;
}
p.important + p.important {
    margin-top: 5px;
}