/*
Enter your css code here
CSS Tutorial : https://www.w3schools.com/css/
*/

.btn.btn-google {
  background-color: #db4437;
  color: #fff;
}

.btn.btn-google:hover {
  color: #fff;
  opacity: 0.92;
}

.login-with .btn + .btn {
  margin-top: 10px;
}