body {
     color: #202965;
     font-size: 15px;
     background-color: lightgrey;
     background-position-x: 0%;
     background-position-y: 0%;
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: cover;
     background-origin: padding-box;
     background-clip: border-box;
     font-family: calibri;
}


.application-title {
    display: block;
    width: 199px;
    height: 45px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 200px;
background-size: contain;
}

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

}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background-color: white;
