/* line 1, /usr/src/app/app/assets/stylesheets/google_button.css.scss */
#sign-in {
  display: block;
  margin: 0 auto;
  width: 300px;
}

/* line 7, /usr/src/app/app/assets/stylesheets/google_button.css.scss */
#customBtn {
  display: inline-block;
  background: #4285f4;
  color: white;
  border-radius: 5px;
  white-space: nowrap;
}

/* line 14, /usr/src/app/app/assets/stylesheets/google_button.css.scss */
#customBtn:hover {
  cursor: pointer;
}

/* line 17, /usr/src/app/app/assets/stylesheets/google_button.css.scss */
span.label {
  font-weight: bold;
}

/* line 20, /usr/src/app/app/assets/stylesheets/google_button.css.scss */
span.icon {
  background: url(/assets/g-normal-f7d5a1b190514269de82312d0dd2933a8c9c1af280ba44e2f7e262e891e286cf.png) transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  border-right: #2265d4 1px solid;
}

/* line 28, /usr/src/app/app/assets/stylesheets/google_button.css.scss */
span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 14px;
  font-weight: bold;
  /* Use the Roboto font that is loaded in the <head> */
  font-family: 'Roboto', sans-serif;
}
