.google-btn {
  display: inline-block;
  width: 184px;
  height: 42px;
  background-color: #4285f4;
  border-radius: 2px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
}

.google-btn:hover {
  background-color: #1669f2;
}

.google-icon-wrapper {
  position: absolute;
  margin-top: 1px;
  margin-left: 1px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: white;
}

.google-icon {
  position: absolute;
  margin-top: 11px;
  margin-left: 11px;
  width: 18px;
  height: 18px;
}

.btn-text b {
  float: right;
  margin: 11px 11px 0 0;
  color: white;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-family: "Roboto";
}

.separator {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}

.separator::before {
  content: " ";
  width: 50px;
  border-top: 1px solid #414042;
  position: absolute;
  top: 8px;
  margin-left: -70px;
}

.separator::after {
  content: " ";
  width: 50px;
  border-top: 1px solid #414042;
  position: absolute;
  top: 8px;
  margin-left: 17px;
}
