
.btn-gradient-1 {
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  margin: 0;
  background: #fff;
  color: #000;
  border: 1px solid #000 !important;
}
svg path {
  fill: #000 !important;
}
.active-login {
  background: linear-gradient(to right, #4b6cb7, #182848);
  color: white;
}
.active-login svg path {
  fill: #fff !important;
}
.active-login .fa-check {
  display: inline-block;
}
.fa-check {
  display: none;
}

