body {
  background-color: #FF1C00;
  text-align:center;
}


form {
    display: inline-block;

}

h1 {
  color: white;
  font-family: 'Lexend', sans-serif;
  text-align: center;
  padding-right: 10%;
  padding-left: 10%;
  font-weight: 300;
  margin-top: 20%;
  margin-bottom: 20%;
}

h2 {
  color: white;
  font-family: 'Lexend', sans-serif;
  text-align: center;
  padding-right: 50px;	
  padding-left: 50px;
  font-weight: 100;
}

h3 {
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 6px;
  font-weight: 300;
  margin-top: 4vw;
}

hr {
  border-top: 0.25vw solid #f1f1f1;
  width: 75%;
}



.logo {
  display: block;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 800px;
}

.logo2 {
  max-width: 50%;
  height: 50%;
}

div {
  max-width: 75%;
  margin: auto;
}

.form-center {
	position:relative;
	width: auto;
}

.form-center form {
	position: relative;
	top: 75%;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 2vw;
  /* padding-left: 10%; */
}

/* CSS */
.button-56 {
  align-items: center;
  background-color: white;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: flex;
  font-family: 'Lexend', sans-serif;
  font-size: 4vw;
  font-weight: 300;
  height: 10vw;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 4vw;
  position: relative;
  margin: auto;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-56:after {
  background-color: #111;
  border-radius: 8px;
  content: "";
  display: block;
  height: 10vw;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(-8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.button-56:hover:after {
  transform: translate(0, 0);


.button-56:active {
  background-color: #ffdeda;
  outline: 0;
}

.button-56:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-56 {
    padding: 0 40px;
  }
}