body {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}

.panel {
    width: 300px;
    background-color: #ffffff;
    padding: 20px;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

div#mainContent-inner {
    display: flex;
    align-items: center;
}

div#SignInCtr {
    background-color: #ffffff;
    padding: 50px 50px 50px 25px;
    border-radius: 5px;
    width: 100%;
}

div#SignInDlg {
    overflow: hidden;
    border: 2px solid white;
    border-radius: 12px;
}

div#SignInTitle {
    background-color: white;
    color: white;
    padding: 20px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 40px;
}

.DNNEmptyPane {
    display: none;
background-color: #000 !important;
}

.divSelectCorp {
    background-color: #ffffff !important;
}

.divng-scope{
    background-color: black !important;
}
div#divSelectCorp {
    padding-left: 25px;
    background-color: #2c3a49;
}

label#SelectCorpLabel {
    color: gray;
}

#SelectCorpContainer {
    color: white;
}


.MainSection {
    background-color: Gray !important;
}


.DashBoardSection {
    background-color: lightgray !important;
}


.DashBoardSection.md-padding {
    padding-top: 5px !important;
    margin-top: 0 !important;
}

h3.DashBoardTitle {
    color: grey !important;
    margin-top: 0;
}

.SubSection1 {
    background-color: white !important;

}

.SubSection2 {
    background-color: lightgrey !important;
}