.bg-image {
  background: linear-gradient(to bottom, rgba(145, 199, 136, 0.52), rgba(145, 199, 136, 0.73)), url(/images/foret.png?2150040856d472cc2dfa3da916899241);
  background-size: cover;
  background-position: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.login-heading {
  font-weight: 300;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
}

#login-row {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
  border-left: 0.25rem solid #4e73df !important;
}
