html,body {
  height: 100%;
  background-color: white;
}


/* Nawigacja */

.navbar {
  background-color: #004030 !important; /* ciemna zieleń */
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 0.95rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* linki główne */
.navbar-nav .nav-link {
  color: #ffffff !important;
  transition: color 0.2s ease-in-out;
}


/* Sekcja główna */
.sekcja1 {
    height: auto;
    width: auto;
    text-align: left;
    border-color: blue;
    border-width: 1px;
    margin-top: 60px;
    margin-left: 5px;
    margin-right: 1px;
    margin-bottom: 15px;
}

/* Stopka strony */
.page-footer {
    height: 21px;
    width: auto;
    font-size: 11px;
    color: #004030;
    border: solid;
    border-width: 1px;
    border-color: #004030;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.form-signin {
  max-width: 320px;
  padding: 1rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

.form-signin input {
  font-size: 0.9rem;
}

.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-radius: 6px;
}

.form-signin input:focus {
  border-color: #0d5702;
  box-shadow: 0 0 0 0.15rem rgba(13, 87, 2, 0.25);
}

.btn-success {
  background-color: #0d5702;
  border-color: #0d5702;
}

.btn-success:hover {
  background-color: #0b4701;
}


.btn-logout {
  background-color: white;
  color: #004030;
  border: 1px solid #004030;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 1rem;
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-logout:hover {
  background-color: #004030;
  color: #ffffff;
  border-color: #004030;
}
