.prehome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 85px 40px 55px;
}
.top-divider{
    height: 22px;
}

.prehome__buttons{
    text-align: center;
}
.prehome .form-control{
    border: 0;
}
.prehome__logo {
  width: 45vw;
  max-width: 750px;
  margin:0 auto;
  text-align: center;
}
.prehome__logo img{
  width: 100%;
}
.prehome__text {
  max-width: 48vw;
  margin: 70px auto 60px;
  text-align: center;
}
