.login-header{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 16px;
}

.login-logo-img{
  width: 70%;
  max-width: 520px;
  height: auto;
}

.login-header::after{
  content: "";
  display: block;
  width: 55%;
  height: 1px;
  background: rgba(0,0,0,.12);
  margin: 18px auto 0;
}

.login-box{
  margin-top: -10px;
}

.login-page{
  background: linear-gradient(135deg, #eef1f5 0%, #d7dde5 100%);
}

.login-box .card{
  box-shadow: 0 8px 25px rgba(0,0,0,.08);
  border-radius: 8px;
}

.btn-primary:hover{
  filter: brightness(1.05);
}
