.custom-checkbox {
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

body.loaded .custom-checkbox {
  opacity: 1;
}

#particles-js {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: linear-gradient(to bottom, #4e73df, #234bbf);
  overflow: hidden;
}

#particles-js::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #4e73df, #234bbf);
  opacity: .45;
  z-index: -1;
  pointer-events: none;
}

#particles-js > canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  pointer-events: auto;
}

.password-toggle {
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
  padding: 4px;
  line-height: 1;
}

.rounded-soft {
  border-radius: 20px !important;
}
