body {
     color: #202965;
     font-size: 15px;
     background-color: lightgrey;
     background-position-x: 0%;
     background-position-y: 0%;
     background-repeat: repeat;
     background-attachment: scroll;
     background-size: cover;
     background-origin: padding-box;
     background-clip: border-box;
     font-family: calibri;
}
 
.navbar.navbar-expand-sm.navbar-light.banner {
background: #fff;
height: 140px;
}
 
.container {
    max-width: 80%;
padding-left: 0px;
}

.application-info{
content: url("/theme/account_logo");
height: 90px;
margin-top: 15px;

}



.navbar-brand {
display: flex;
}
.main-header {
    background-color: #ffffff;
}