.pass {
  height: calc(100vh - 232px);
  padding-top: 150px;
  box-sizing: border-box;
}
.pass-error {
  font-size: 0.9rem;
  margin-top: 5px;
  color: #B83CC1;
}
.pass-shape {
  width: 40%;
}
.pass-header {
  font-size: 2.8rem;
}
.pass-text {
  margin-top: 50px;
  font-size: 1.2rem;
}
.pass-form {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  border-radius: 3px;
  background-color: #ffffff;
  max-width: 400px;
  width: 100%;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.pass-form-input {
  border: 0;
  width: 100%;
}
.pass-form-input:focus {
  outline: none;
}
.pass-form-btn {
  background-color: #ffffff;
  border: none;
  width: 32px;
  margin-right: 8px;
}

@media screen and (max-height: 657px) {
  .pass {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .pass {
    padding-top: 50px;
  }
}

/*# sourceMappingURL=pass.css.map */
