.signin-footer {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}
@media (max-width: 420px) {
  .yc-layout yc-form {
    min-width: 0;
  }
}
yc-submit {
  align-self: flex-end;
}

.reset-success {
  color: #374252;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}