.bg-login {
  /* background-color: rgba(39, 54, 101, 1); */
  background: rgba(39, 54, 101, 1);
  /* background: -webkit-linear-gradient( to right, rgba(39, 54, 101, 1), rgb(12 81 137) );
  background: linear-gradient( to right, rgba(39, 54, 101, 1), rgb(12 81 137) );
} */
}

.btn-login {
  background-color: rgba(39, 54, 101, 1);
}

.btn-login:hover {
  background-color: #339668 !important;
}
