.logo {
  width: 5em;
}

p, .alert, input, input::-webkit-input-placeholder, button {
  font-family: 'Inter', sans-serif;
  font-size: 0.8em;
}

p {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

button {
  background-color: #4C566A;
  color: white;
}

.sizer {
  width: 60%;
  top: 10%; right: 0;
  bottom: 0; left: 0;
  margin: auto;
}

.text-div {
  width: 60%;
  margin-top: 1.5em;
}

.form-div {
  width: 50%;
  margin: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 600px) {
  .sizer {
    width: 100%;
  }

  .text-div {
    width: 90%;
  }
}