.bx-authform {
  >form,
  .alert-danger{
    max-width: 705px;
  }
}
.btn_author {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.4px;
  letter-spacing: -0.02em;
  width: 100%;
  display: block;
  text-align: center;
  border: none;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgb(247, 231, 64);
  background: linear-gradient(120deg, rgba(247, 231, 64, 1) 12%, rgba(246, 100, 24, 1) 30%, rgba(168, 63, 240, 1) 71%, rgba(136, 46, 250, 1) 100%);
  color: white;
}
