.contact-content p.alert-danger {
    background: rgba(242, 192, 192, 0.7) none repeat scroll 0 0;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px 15px;
}
.contact-content p.alert-info {
    background: rgba(192, 242, 192, 0.7) none repeat scroll 0 0;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px 15px;
}