/*


Template: Sofbox - Responsive Software Landing Page
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!


*/

.parsley-error-list {
    margin-top: 4px;
    margin-bottom: 1rem;
    padding: 0;
    background: #cc0000 ;
    border-radius: 4px;
    font-weight: 600;
}
.parsley-error-list li {
    padding: 0;
    list-style: none;
    color: #fff;
    padding: 2px 0 0 15px
}
.parsley-error {
    border-color: #c00 !important;
}
ul.parsley-errors-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.parsley-errors-list li{
    color: #cc0000;
    font-size: 11px;
    font-style: italic;

}