.errorMessage{
    background-color: #f8d7da;
    border:1px solid #f5c6cb;
    color:#721c24;
    padding:10px;
}

.errorMessage p:last-child{
    margin-bottom: 0;
}