body {
  /* background: #618264;
  background: linear-gradient(to right, #78787861, #245929); */

  background: rgb(134, 167, 137);
  background: linear-gradient(
    90deg,
    rgba(134, 167, 137, 1) 0%,
    rgba(210, 227, 200, 1) 35%,
    rgba(115, 144, 114, 1) 66%,
    rgba(79, 111, 82, 1) 100%
  );
}

.login-table {
  margin-top: 20rem;
}

.card-img-left {
  width: 45%;
  /* Link to your background image using in the property below! */
  background: scroll center url("../img/Frame\ 2logoajs.jpg");
  background-size: cover;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
}

.btn-google {
  color: white !important;
  background-color: #ea4335;
}

.btn-facebook {
  color: white !important;
}

.pesan a {
  text-decoration: none;
  color: red;
}
