label {

        color: #00bcc8 !important;

        margin-bottom: 7px !important;

    }

    .error {

        color: red !important;


    }

    option {
        color: black !important;
    }

    /* Paste this css to your style sheet file or under head tag */

    /* This only works with JavaScript,

if it's not present, don't show loader */

    .se-pre-con {

        display: none;

        position: fixed;

        left: 0px;

        top: 0px;

        width: 100%;

        height: 100%;

        z-index: 9999;

        background: url(images/loading.gif) center no-repeat #fff;

    }

    ol.c {

        padding-left: 40px;

        list-style-type: decimal;

    }
