body {
  background-image: url(../img/index1.png); 
  background-repeat: no-repeat; background-size: 100% 100%;
  background-attachment: fixed;
}

.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;
  background-color: #3b5998;
}