/* body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
} */


.auth-container {
 max-width: 360px;
 margin: 40px auto; 
}

.auth-container input[type="text"],
.auth-container input[type="password"] {
  width: 100%;
}

.auth-row {
  margin-bottom: 12px;
}

.pass-row {
  margin-bottom: 12px;
}

.show-pass {
  font-size: 12px;
}

.auth-link {
  margin-top: 16px;
}

.auth-note {
  color:#a66;
  display:block;
  margin-top:4px;
  margin-bottom:18px;
}

.auth-error {
  color: red;
  margin-bottom: 12px;
}

/* 広告 */
.auth-ad {
  margin-top: 32px;
  text-align: center;
  width: 100%;
  min-height: 90px;
  max-height: 240px;
}

.ad-label {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}

.link-like {
  background: none;
  border: none;
  padding: 0;
  color: #0066cc;
  cursor: pointer;
  text-decoration: underline;
  font-size: inherit;
}
