html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #0066cc;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Header Antares 3000 */
.antares-header {
  background: white;
  padding: 40px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}

.antares-header .header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.antares-header .logo {
  max-height: 120px;
  height: auto;
  padding: 0;
}

.antares-header .title {
  color: #0066cc;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

/* Footer Antares 3000 */
.antares-footer {
  background: #2c3e50;
  color: white;
  padding: 10px 0;
  margin-top: auto;
  text-align: center;
  flex-shrink: 0;
}

.antares-footer p {
  margin: 2px 0;
  font-size: 12px;
  line-height: 1.4;
}

.antares-footer a {
  color: #4fc3f7;
  text-decoration: none;
}

.antares-footer a:hover {
  color: #81d4fa;
  text-decoration: underline;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
