body {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f8f9fa;
}

header {
  background-color: #00529c;
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;

  display: flex;
  justify-content: center;
  align-items: center;
}

header img {
  height: 50px;
  max-width: 100%;
  object-fit: contain;
}

footer {
    background-color: #00529c;
    color: white;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.form-section {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
    max-width: 700px;
    margin: auto;
}