@media (min-width: 600px) {
    #bannerText {
        white-space: nowrap;
    }
}

li a {
    text-decoration: none !important;
}

@media (max-width: 500px) {
    .sidebar_selected_icon {
        width: 10px !important;
        height: 10px !important;
        margin-top: 1px !important;
    }
}

@media (max-width: 900px) {
    .DECustomerPortal_Footer_Mobile {
        display: block !important;
    }
}

footer * {
    color: white !important;
}


@media (max-width: 1000px) and (min-width: 650px) {
    #mainLogo {
        height: 25px !important;
        width: 160px !important;
        margin-top: 10px !important;
    }

    #pillP {
        height: 50px !important;
    }

    #headerText {
        padding-top: 25px !important;
    }

    .homePageRight {
        margin-top: 0px !important;
    }

    #lastSection {
        border-bottom: 50px rgb(207, 210, 211) solid;
    }
}

@media (max-width: 900px) {
    #mainLogo {
        height: 25px !important;
        width: 160px !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 600px) {
    .headerLogo {
        width: auto !important;
    }

    img {
        height: 25px !important;
        /*width: 160px !important;*/
        margin-top: 10px !important;
    }
}

@media (max-width: 500px) {
    #logout {
        height: 25px !important;
        width: 25px !important;
        margin-top: 4px !important;
    }
}

@media (min-width: 1071px) {
    #login-logo * {
        height: 45px !important;
        width: 299px !important;
    }

    #header-logo {
        height: 45px !important;
        width: 299px !important;
    }
}

@media (min-width: 350px) and (max-width: 1070px) {
    #login-logo * {
        height: 40px !important;
    }
}

@media (max-width: 1080px) {
    #content {
        padding-left: 0px;
    }
}

@media (min-width: 1080px) {
    #content {
        /*padding-left: 220px;*/
    }
}

body {
    background-image: url("../../../Images/Login_Page_Background.webp");
    background-size: cover;
}

@media (max-width: 1080px) {
    #content {
        padding-left: 0px;
    }
}

@media (min-width: 1080px) {
    #content {
        /*padding-left: 220px;*/
    }
}

@media (max-width: 1080px) {
    #content {
        padding-left: 0px !important;
    }
}

@media (min-width: 1080px) {
    #content {
        /*padding-left: 220px !important;*/
    }
}

.DECustomerPortal_Footer_Mobile {
    display: none !important;
}

@media (min-width: 1024px) {
    .DECustomerPortal_Header_Desktop {
        position: fixed !important;
        top: 0 !important;
    }

    main {
        margin-top: 126px;
    }
}

#content {
    border-bottom: 54px solid rgb(207, 210, 211)
}

html, body, .loginBody, .backgroundImage {
    height: 100%;
}