body {
   margin: 0;
   color: #fff;
   background: url(images/bg.jpeg);
   background-position: center;
   background-size: cover;
   font-family: arial;
}

.page {
   display: flex;
   flex-direction: column;
   background-color: #084c94;
   background-size: cover;
   max-width: 960px;
   min-height: 100vh;
   height: 100%;
   margin: auto;
   position: relative;
}

.page-logo {
   max-width: 605px;
   padding: 10px 35px;
}

.page-logo img {
   width: auto;
   height: auto;
   max-height: 90px;
}

.page-content {
   background: none;
   margin: 20px 35px;
   height: auto;
   max-width: 488px;
   padding: 0px 3px 0 3px;
}

.page-footer {
   display: flex;
   justify-content: flex-end;
   margin: 20px 35px;
   margin-top: auto;
}

.footer_logo {
   max-width: 95px;
}