body {
  background-color: #F5F4F9;
}


#form {
  width: 100%;
  margin: 2.373rem 0 0 0;
}

#form .form-link,
#form .form-link button {
  width: 100%;
}

#form-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #104881;
  padding: 1rem;
  column-gap: 4rem;
  margin-top: 8rem;
}



/* Media Queries for Responsiveness */

@media (max-width: 768px) {
  #form-footer {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .form-container {
    position: unset;
    transform: none;
    width: 100%;
  }

  .form-area {
    padding: 1rem;
  }

}

.footer-vr {
  border-left: 1px solid black;
  margin: 0 0.366rem;
  height: 10px;
}

.form-main-footer {
  display: flex;
}

.form-main-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

.form-main-footer .form-link {
  font-size: 0.6rem;
}

.form-area {
  height: 100vh;
}

/* Media Queries for Responsiveness */