html, body {
    font-size: 15px;
}

:root {
    --PrimaryColor: #3c8dbc;
    --SecondaryColor: #4d7598;
    --ThirdColor: #3c8dbc;
}

.LoginContainer .CenterBox .RightColumn img {
    width: 230px;
    height: 115px;
}

.MainViewContainer {
}



.AppLogoControl {
    height: 150px !important;
    padding: 0px !important;
}

@media screen and (max-width: 991px) {


    .AppLogoControl {
        height: 170px;
        padding: 10px;
        width: 95%;
        margin-top: 10px;
    }
}

.BodyContainer {

   
}

.MainViewContainer .MainHeader {
    border-style: none !important;
}

.MainContainer .TopRow {
    height: unset !important;
    padding: 5px;
}



.DashBoardView {
    background-color: var(--AppPageBackgroundColor);
}
