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%;
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  background-color: #fafafa;
}

body > .container {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
  text-align: center;
  padding: 20px;
  z-index: 20;
}

.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;
}



.card {
    box-shadow: 0 2px 6px rgba(0,0,0,0.2)
}
.card-body
{
    padding: 20px;
}


body {
    background-color: rgb(11, 20, 32);
    background-image: url("/images/geometric-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

footer div,
footer a
{
    color: #ccc;
    z-index: 20;
}

.min-h-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.particle
{
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
    opacity: 0.1;
    position: absolute;
    z-index: 1;
    border-radius: 9999px;
    pointer-events: none;
    transition: left 5s linear, top 5s linear;
}

main .container div
{
    z-index: 20;
}