body {
     color: #333;
     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: montserrat;
}
 
.navbar.navbar-expand-sm.navbar-light.banner {
background: #fff;
height: 140px;
}

.application-info{
content: url("/theme/account_logo");
width: 200px;
margin-bottom: 0rem !important;
}
