@import url(https://fonts.googleapis.com/css?family=Roboto:500);
.google-btn {
  width: 184px;
  height: 50px;
  background-color: #4285f4;
  border-radius: 2px;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
}
  .google-icon-wrapper {
    position: absolute;
    /* margin-top: 1px; */
    /* margin-left: 1px; */
    width: 40px;
    height: 50px;
    /* border-radius: 2px; */
    background-color: rgb(238, 235, 235);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .google-icon {
    position: absolute;
    margin-top: 14px;
    margin-left: 8px;
    width: 24px;
    height: 24px;
  }
  .btn-text {
    float: right;
    margin: 12px 11px 0 41px;
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
  }
  .google-btn:hover {
    background-color: #152c35;
  }
  .google-btn:active {
    background: #152c35;
  }


