html,
body {
  height: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.google-register-button {
  align-items: center;
  background: #1a73e8;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.15rem;
  font-weight: 700;
  justify-content: center;
  min-height: 56px;
  text-decoration: none;
  width: 100%;
}

.google-register-button:hover {
  background: #1558b0;
  color: #fff;
}

.google-register-note {
  color: #3c4043;
  font-size: 0.95rem;
  margin: 0.75rem 0 0;
  text-align: center;
}

.email-register-section {
  border-top: 1px solid #dee2e6;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}

.email-register-title {
  color: #5f6368;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

.google-register-help {
  color: #5f6368;
  font-size: 0.9rem;
  line-height: 1.6;
}
