.remember-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 14px;
  background: transparent;
  padding: 0;
  width: 100%;
  min-height: 32px;
}
/* Styles pour la checkbox 'Se souvenir de moi' */
.remember-row {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.remember-row input[type="checkbox"] {
  accent-color: #0059ff;
  width: 18px;
  height: 18px;
  margin: 0;
  vertical-align: middle;
}

.remember-label {
  font-size: 13px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
body {
  font-family: Arial, sans-serif;
  background: #181c24;
  color: #f3f3f3;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.card {
  background: #232b36;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  width: 320px;
}

h1 {
  font-size: 20px;
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
}

label {
  font-size: 13px;
  display: block;
  margin-top: 10px;
  color: #fff;
}

.stay-connected-row {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.stay-connected-row input[type="checkbox"] {
  margin-right: 8px;
}

.stay-connected-label {
  font-size: 13px;
  color: #fff;
}

input {
  width: 100%;
  padding: 9px;
  margin-top: 4px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  width: 100%;
  margin-top: 16px;
  padding: 10px;
  border: none;
  border-radius: 6px;
  background: #0059ff;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

button:disabled {
  opacity: 0.6;
  cursor: default;
}

#error {
  color: #c0392b;
  font-size: 12px;
  margin-top: 10px;
  min-height: 16px;
}

#info {
  font-size: 12px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

a {
  color: #0059ff;
  text-decoration: none;
}

#googleBtn {
  background: #181c24;
  color: #f3f3f3;
  border: 1px solid #ccc;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#googleBtn img {
  width: 18px;
  height: 18px;
}
