#main-auth {
  display: none;
}
.text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title {
  font-size: 5em;
  font-weight: 700;
  color: #ee4b5e;
}

.subtitle {
  font-size: 40px;
  font-weight: 700;
  color: #1fa9d6;
}
.input-newPass {
  flex-basis: 80%;
}
.btn-newPass {
  height: 31.25px;
}
@media screen and (max-width: 400px) {
  .input-newPass {
    flex-basis: 75%;
  }
}
