.form-styles {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-styles > img {
  width: 256px;
  height: auto;
  margin-bottom: 40px;
}

.form-styles > h1 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.3;
}

.form-styles > h4 {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 20px;
}

.form-styles > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 4px;
  background: #47499E;
}

.form-styles > a > p {
  color: white;
}