
body {
    font-family: 'Yantramanav', sans-serif;   
    margin-bottom: 70px; 
  }

.messages > li {
    
}

.errorlist
{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}


.footer-custom {
    
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color:whitesmoke;
}