.sec-author{
  min-height: calc(100vh - 8.9rem);
  background: url(../images/pattern-12.jpg);
  background-size: cover;
  background-position: center;
}
.author-block{
  max-width: 38rem;
  margin: 0 auto;
}
.author-icon{
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 1.6rem;
  margin: 0 auto 3.2rem;
}
.author-icon:last-child{
  margin-bottom: 0;
}
.login-btns{
  gap: 1.2rem;
}
.text-or{
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-or::after{
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  background: #E5EAF0;
}
.text-or span{
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #697289;
  background: var(--white);
  padding: 0 1.2rem;
  display: block;
  position: relative;
  z-index: 1;
}
.author-block hr{
  margin: 3.2rem 0;
  border-top: 0;
  border-color: #E5EAF0;
}
.author-back-link{
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #3D4354;
}
.author-back-link:hover{
  text-decoration: underline !important;
}
.author-back-link img{
  width: 1.6rem;
}
.author-block .alert.sm p{
  padding-right: 0.4rem;
}
@media(min-width:992px) and (max-width:1459.98px){
  .author-icon {
    margin: 0 auto 2.4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .author-icon {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 1rem;
    margin: 0 auto 2rem;
  }
}
@media(max-width:767.98px){
  .author-icon {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 1rem;
    margin: 0 auto 2rem;
  }
}

form.login, form.register{
  border: none !important;
}