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 #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.settings-page {
  max-width: 880px;
  margin: 0 auto;
  padding: 24px 0;
}

.settings-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.settings-header h1,
.login-panel h1 {
  font-size: 28px;
  margin-bottom: 6px;
}

.settings-header p {
  margin: 0;
  color: #5f6b7a;
}

.settings-header form {
  flex-shrink: 0;
}

.settings-card,
.login-panel {
  border-radius: 8px;
}

.login-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-panel {
  width: min(420px, 100%);
  border: 1px solid #dee2e6;
  padding: 24px;
}

@media (max-width: 640px) {
  .settings-header {
    flex-direction: column;
  }
}
