.remember-login {
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  margin:6px 0 2px;
  color:#b9c5d6;
  font-size:11px;
  font-weight:600;
  cursor:pointer;
  user-select:none;
}

.remember-login input[type="checkbox"] {
  width:16px;
  height:16px;
  margin:0;
  padding:0;
  flex:0 0 auto;
  accent-color:#ef476f;
}

.remember-login span {
  line-height:1.25;
}

.customer-page .auth-divider {
  display:flex;
  align-items:center;
  gap:9px;
  margin:9px 0;
  color:#77859a;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.customer-page .auth-divider::before,
.customer-page .auth-divider::after {
  content:"";
  height:1px;
  flex:1;
  background:rgba(148,163,184,.18);
}

.customer-page .google-signin-button {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:100%;
  min-height:38px;
  padding:8px 12px;
  border:1px solid #d1d5db;
  border-radius:10px;
  background:#fff;
  color:#1f2937;
  font-size:12px;
  font-weight:700;
}

.customer-page .google-signin-button:hover,
.customer-page .google-signin-button:focus-visible {
  background:#f8fafc;
  border-color:#9ca3af;
}

.customer-page .google-signin-mark {
  display:inline-block;
  width:18px;
  height:18px;
  flex:0 0 18px;
  overflow:hidden;
  background:#fff url("https://developers.google.com/identity/images/g-logo.png") center/18px 18px no-repeat;
  font-size:0;
  line-height:0;
}

@media (max-width:760px) {
  .remember-login {
    margin:5px 0 1px;
    font-size:11px;
  }

  .remember-login input[type="checkbox"] {
    width:18px;
    height:18px;
  }

  .customer-page .auth-divider {
    margin:7px 0;
  }

  .customer-page .google-signin-button {
    min-height:42px;
    font-size:13px;
  }
}
