body {
  background-color: #ccd6e0;
}
#header {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
#header img {
  width: 80px;
}
label {
  font-weight: bold;
  text-align: right;
}
.form {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
#forms {
  height: 560px;
  background-color: #335c85;
  display: flex;
  justify-content: center;
  align-items: center;
}
#form_inner {
  background-color: #ccd6e0;
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
form div {
  margin-bottom: 5px;
}
button {
  max-width: 60px;
  align-self: center;
}
footer {
  background: #ccd6e0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 423px) {
  body {
    margin: 0;
  }
  #header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 20px;
  }
  #forms {
    margin-left: 10px;
    margin-right: 10px;
  }
  #form_inner {
    margin-top: 50px;
    background-color: #ccd6e0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #header img {
    margin-left: 15px;
    width: 60px;
  }
  footer {
    padding: 2px;
    color: #ffffff;
    background-color: #335c85;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 387px) {
  .header {
    margin-bottom: 50px;
  }
  .forms {
    padding-top: 0px;
    /* align-items: center; */
  }
  footer {
    margin-top: 50px;
  }
}
