.error-message{
    background-color: #b0413e;
    color: #fff;
    margin:5px; 
    border-radius: 3px;
   
}

.error-message > ul{
    
     list-style-type: none;
}


.pass-error-message>ul>li{
    background-color: #b0413e;
    color: #fff;
    margin:5px; 
    border-radius: 3px;
   
}
