
body {
    background-color: #ffffff !important;
}

h1, p, span, li, td {
    color: black;
}
.btn>span{
    color: white;
}

#msform input[type=text], #msform input[type=tel], #msform input[type=password], #msform textarea {
    background-color: #10082e !important;
    color: white;
}

#progressbar li:before {
    background: rgb(62 121 236 / 40%);
}
#progressbar li:after {
    background: rgb(62 121 236 / 10%);
}

.hdex-logo {
    background-image: url(/Content/partner/efmc/images/HDEX_light.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    margin: 75px auto 20px auto;
}

body.theme-dark {
    background-color: #10082e !important;
}

    body.theme-dark .text-danger, body.theme-dark .text-danger *{
        color: #dc3545 !important;
    }


    body.theme-dark h1, body.theme-dark h2, body.theme-dark p, body.theme-dark span, body.theme-dark li, body.theme-dark td, body.theme-dark div {
        color: white;
    }

    body.theme-dark #msform input[type=text], body.theme-dark #msform input[type=tel], body.theme-dark #msform input[type=password], body.theme-dark #msform textarea {
        background-color: transparent !important;
        color: white;
    }

    body.theme-dark #progressbar li:before {
        background: rgb(62 121 236 / 10%);
    }
    body.theme-dark #progressbar li:after {
        background: rgb(255 255 255 / 4%);
    }
    body.theme-dark .hdex-logo {
        background-image: url(/Content/partner/efmc/images/HDEX_dark.png);
    }


        .theme-switch-container {
            position: absolute;
            right: 10px;
            top :20px;
        }

    .LoadingSpin {
    max-width: 150px;
}
/*Sliding Switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    margin: 0;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #e8641b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #e8641b;
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 28px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*end of Sliding Switch*/
