.mona-google {
  cursor: pointer;
}
.mona-google > div:first-child {
  display: flex;
  align-items: center;
  border: 1px solid #dadce0;
  height: 40px;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  padding: 0px 12px;
  column-gap: 0.2rem;
  /* margin: 20px 0; */
}

.mona-google .text {
  font-weight: 500;
  font-size: 14px;
  color: #3c4043;
}

.mona-google .icon {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mona-google .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mona-google-login-response {
  text-align: center;
  font-size: 12px;
  color: red;
}
