/* ReSharper disable All */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
    background-image: url("../Images/CloundsGIF.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding-bottom: 20px;
}
.container .header .logo {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    padding: 15px;
}

    .container .header .logo > img {
        width: calc(100vw / 3);
        min-width: 200px;
        max-width: 320px;
    }

.container {
  flex-flow: column;
  height: 100%;
}
.container .body {
  height:73vh;
display:flex;
flex-direction: row;
justify-content:center;
padding: 15px;
align-items: center;
margin-bottom:0px!important;
}
/*.container .header {
  padding-top: 5%;*/
 /* padding-bottom: 10%;*/
/*}*/
/*    .container .header .logo {
        width: 15%;
       
    }
        .container .header .logo > img {
            width: 20%;
            -o-object-fit: scale-down;
            position: absolute;
            top: 110px;
            right: 770px;
            object-fit: scale-down;
            margin-top: -34px;
        }*/
/*.container .header .back-button-container {
  width: 10%;
  padding-left: 10%;
  padding-bottom: 5%;
}
.container .header .back-button-container > p {
  position: absolute;
  font-size: x-large;
  align-self: center;
}*/
/*.container .header .back-button-container > p > a {
  color: white;
}*/
.container .footer {
  flex-direction: column;
  justify-content: end;
  padding-top: 10%;
}

div {
  display: flex;
}

label {
  font-family: "Open Sans";
  font-size: large;
  color: #404448;
}

p {
  font-family: "Open Sans";
  font-size: medium;
  color: #404448;
}/*# sourceMappingURL=layout.css.map */