.btn-google {
  margin-bottom: 20px;
  width: 90%;
  background: white;
  color: #737373;
  white-space: nowrap;
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
}

.btn-google:focus, .btn-google:hover, .btn-google:active {
  background-color: white !important;
  color: #737373 !important;
  box-shadow: 0px 0px 5px 3px #b7cae9;
}

.btn-google:active {
  background-color: white !important;
  box-shadow: 0px 0px 10px 3px #b7cae9 !important;
  transition-duration: 10ms;
}

.btn-google__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 8px 8px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}

.btn-google__icon--plus {
  width: 27px;
}

.btn-google__text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  font-family: "Roboto", arial, sans-serif;
}