.form-wrap{
  max-width: 340px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  height: 100vh;
}

.form-group{
  margin-bottom: 10px;
}

.form-heading > .logo{
  margin-bottom: 30px;
}

.form-heading > p{
  margin-bottom: 10px;
  font-family: CentraNo2-Book;
  font-size: 14px;
}

.form-wrap > .footer{
  font-size: 12px;
  font-family: CentraNo2-Book;
}

form{
  margin-top: 20px;
  width: 100%;
}

.btn-black{
  margin-top: 30px;
}

.link{
  font-family: "CentraNo2-Book";
  letter-spacing: 0.05em;
  color: #2C5647;
  border-spacing: 10px;
}

.link:hover{
  text-decoration: none;
  color: #2C5647;
}

.link-underline{
  font-family: "CentraNo2-Book";
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #2C5647;
  border-bottom: 2px solid #2C5647;
  border-spacing: 10px;
  text-decoration: none;
}

.link-underline:hover{
  text-decoration: none;
  color: #2C5647;
}

.form-image{
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.terms-signup{
  text-align: center;
}

.terms-signup .link{
  text-decoration: none;
}