    body {
        background-color: #88c1dc;
        background-size: cover;
        background-repeat: no-repeat;
    }

    body::after {
        background-color: #8c8b8b;
        background: url(/wp-content/plugins/Millennium-Portal/Assets/Images/background-1-blue-1920.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        content: ' ';
        width: 100%;
        height: 100%;
        display: block;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: -1;
    }

    .vf-container {
        transition: all 3s linear;
        background-color: white;
        width: 75%;
        height: auto;
        margin: auto;
    }

    .vf-Form-Fields {
        margin: 25px;
        display: flex;
        align-items: center;
    }

    .vf-Form-Fields.center {
        text-align: center;
    }

    .vf-top-image {
        display: inline-block;
    }

    .vf-top-image img {
        width: 150px;
        margin-top: 15px;
        margin-left: 15px;
        display: inline-block;
    }

    .vf-display-later {
        display: none;
    }

    .vf-Account-Option-box {
        text-align: center;
        text-transform: uppercase;
        /*border: solid 1px darkgrey;*/
        height: 40px;
        cursor: pointer;
    }

    .vf-Account-Option-box p {}

    label {
        cursor: pointer;
        font-size: 15px;
    }

    .vf-Form-Fields label {
        display: flex;
        min-width: 200px;
        align-items: center;
    }

    .vf-Form-Fields label i {
        margin-right: 5px;
    }

    .vf-Login-Main-Title,
    .vf-Login-Sub-Title {
        text-align: center;
        font-size: 35px;
        border-bottom: solid 1px grey;
        padding-bottom: 25px;
        margin: 30px 50px;
    }

    .help-block.form-error {
        color: red;
        text-align: center;
        width: 200px;
    }

    .main-wrapper {
        overflow-y: auto;
        height: 100%;
        overflow-x: hidden;
    }

    .vf-login-fail::before,
    .vf-login-fail::after {
        color: inherit;
        content: "\f12a";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        padding-right: 2px;
        text-decoration: inherit;
    }

    .vf-login-fail {
        margin-top: 10px;
        padding: 5px;
        color: red;
    }

    .VF-half {
        width: 49.3%;
    }

    .Third,
    .TwoThird,
    .VF-half {
        display: inline-block;
        vertical-align: top;
    }

    .vf-Form-Container {
        margin: 50px;
    }

    .vf-Form-Container input,
    .vf-Form-Container select {
        border: solid grey 1px;
        margin-left: 10px;
    }

    .LoginOpt {
        float: right;
        margin: 70px 40px 0 0;
        font-size: 25px;
        color: green;
    }

    @media only screen and (max-width: 840px) {
        .VF-half.split {
            width: 100%;
        }
    }

    @media only screen and (max-width: 380px) {
        .LoginOpt {
            align-content: center;
            font-size: 25px;
        }
    }

    .vf-half-border {
        /*border-right:1px solid black; */
    }

    @media only screen and (max-width: 540px) {
        .VF-half.ExpandPass {
            width: 100%;
        }
    }

    .Third {
        width: 33%;
    }

    .TwoThird {
        width: 66%;
    }

    @media only screen and (max-width: 600px) {
        .Third {
            width: 100%;
        }

        .TwoThird {
            width: 100%;
        }
    }

    .vf-TC-Text,
    .marketing-text {
        padding: 0 10px 0 10px;
        width: 70%;
        text-align: center;
        margin: auto;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .vf-TC-Link {
        display: block;
        color: black;
        text-decoration: none;
        width: 200px;
        margin: auto;
        cursor: pointer;
        background: white;
    }

    .vf-TC-Link:before {
        color: balc;
        content: "\f0e3";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        padding-right: 2px;
        text-decoration: none;
    }



    .vf-CheckBox {
        display: flex;
        width: 50%;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        padding-left: 35px;
        margin: 0;
        cursor: pointer;
        color: white;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Hide the browser's default checkbox */

    .vf-CheckBox input {
        position: absolute;
        opacity: 0;
    }

    /* Create a custom checkbox */

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        border-radius: 5px;
        background-color: white;
        border: dimgrey solid 1px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    /* On mouse-over, add a grey background color */

    .vf-CheckBox:hover input~.checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */

    .container input:checked~.checkmark {
        background-color: black;
    }

    /* Create the checkmark/indicator (hidden when not checked) */

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */

    .vf-CheckBox input:checked~.checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */

    .vf-CheckBox .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid green;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #DisplayQalPer {
        background: #94c8de;
        margin: 50px;
        padding: 20px;
        text-align: center;
    }

    .vf_notify {
        text-align: center;
    }

    .vf_notify p {
        padding: 15px;
        font-size: large;
    }

    .vf_notify.positive {
        background-color: #4fad7ad1;
    }

    .vf_notify.negative {
        background-color: #ad4f4fd1;
    }

    .vf_notify.negative p {
        color: white;
    }

    .vf-Form-Fields.has-success::after {
        content: '\f14a';
        display: block;
        height: 40px;
        color: green;
        font-family: 'FontAwesome';
        font-size: 25px;
        line-height: 40px;
        margin: 0px 10px;
    }

    .vf-Form-Fields.has-error::after {
        content: '\f2d3';
        display: block;
        height: 40px;
        color: darkred;
        font-family: 'FontAwesome';
        font-size: 25px;
        line-height: 40px;
        margin: 0px 10px;
    }

    .terms-wrapper,
    .marketing-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 50px;
        color: white;
        background: #94c8de;
        padding: 10px;
    }

    .terms-wrapper h1,
    .marketing-wrapper h1 {
        width: 100%;
        color: white;
        text-align: center;
        font-size: 35px;
        border-bottom: solid 1px white;
        padding-bottom: 5px;
        margin: 5px auto;
    }

    .terms-wrapper .vf-TC-links {
        width: 50%;
        margin: 15px 0;
    }

    .vf-CheckBox span.form-error {
        font-size: 18px;
        width: 100%;
        text-align: left;
        margin: 0px;
    }

    .marketing-wrapper {
        background-color: #94c8de;
        margin: 50px;
    }

    .marketing-referral {
        flex-basis: 100%;
        text-align: center;
    }

    #vf_referral {
        color: black;
    }

    .marketing-wrapper .vf-CheckBox {
        width: auto;
        margin: 15px auto;
    }

    .file-uploads-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .file-upload-section {
        width: 30%;
        text-align: center;
        padding: 15px;
        background: #94c8de;
    }

    .file-upload-section label {
        color: white;
        margin: 5px;
        background: #94c8de;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: solid 1px white;
    }

    .file-upload-section input {
        color: white;
        margin: auto;
        width: auto;
    }

    @media only screen and (max-width:1000px) {
        .file-upload-section {
            width: 45%;
            margin: 10px;
        }

        .vf-TC-Text,
        .marketing-text {
            padding: 0 10px 0 10px;
            width: 95%;
        }

        label.vf-CheckBox,
        .terms-wrapper .vf-TC-links {
            width: 100%;
        }
    }


    @media only screen and (max-width:728px) {
        .vf-container {
            width: 95%;
        }

        .vf-Form-Fields {
            margin: 15px 0px;
            flex-direction: column;
        }

        .vf-Form-Container {
            margin: 5px;
        }

        .vf-top-image {
            width: 60px;
        }

        .LoginOpt {
            margin: 30px 10px;
            font-size: 20px;
        }

        .vf-Login-Main-Title,
        .vf-Login-Sub-Title {
            margin: 10px;
            padding: 10px;
        }

        .vf-Form-Fields label {
            text-align: center;
        }

        .terms-wrapper,
        .marketing-wrapper,
        #DisplayQalPer {
            margin: 0;
        }

        .vf-TC-Text,
        .marketing-text {
            padding: 0 10px 0 10px;
            width: 95%;
        }

        .vf-CheckBox,
        .terms-wrapper .vf-TC-links {
            width: 100%;
        }

        .file-upload-section {
            width: 90%;
            margin-bottom: 10px;
        }
    }
