.container {
  margin-top: 30px;
}
.signin_buttons {
  margin-top: 20px;
}
.google_signin_button {
  width: 191px;
  height: 46px;
  background: none;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/images/google_signin_buttons/btn_google_signin_light_normal_web@2x.png");
  outline: 0;
}
.google_signin_button:hover {
  cursor: pointer;
}
.google_signin_button:active {
  background-image: url("/images/google_signin_buttons/btn_google_signin_light_pressed_web@2x.png");
}
