body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #1C396D, #254B80);
  color: #fff;
  font-family: 'Lato', sans-serif;
  min-height: 100vh;
}

h2 {
  margin: 50px 0;
  color: #FFFFFF;
  font-family: Harmonia Sans Pro,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;;
}

#header {
  height: 60px;
  background-color: #fff;
  width: 100%;
  background-image: url('wise-logo.png');
  background-repeat: no-repeat;
  background-position: left 50px top 0;
  background-size: contain;
}

.form-area {
  border-radius: 3px;
  transition: 0.2s;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 2em 0;
}

.c {
  height: calc(100vh - 300px);
}

.container {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

#main-content {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}




.mt-100{
    margin-top:100px;
}
