:root {
  --bg: #ffffff;
  --warna: #000000;
  --warna_text: #5b5b5b;
}

html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  height: 100vh;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  height: 100vh;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: var(--warna_text);
  background: #0f0f0f;
}
.bg-img {
  display: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: url("../img/bg2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.8;
  z-index: 0;
  filter: grayscale(50%);
}
.login-container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(15, 15, 15, 0.61);
  padding: 2rem;
  box-shadow: 0 0 4px rgba(41, 41, 41, 0.6);
  border-radius: 10px;
  max-width: 320px;
  width: 100%;
  color: #d3d3d3;
  backdrop-filter: blur(15px);
}

.login-container h1 {
  font-size: 0.9rem;
  margin: 0px;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}

.login-container img {
  height: 90px;
  margin: 0 auto;
  margin-top: 10px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #4e4e4e;
}

.footer {
  color: #d6d6d6;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  font-weight: 400;
  margin-top: 20px;
  font-size: 0.8rem;
}

.swal2-title {
  font-size: 1rem !important;
}

.swal2-html-container {
  font-size: 0.9rem !important;
  font-weight: 200;
}

.swal2-actions .swal2-styled {
  padding: 5px 10px !important;
  font-size: 0.9rem !important;
  box-shadow: none !important;
  border: none !important;
}

.swal2-actions {
  margin-bottom: 20px;
}

.swal2-modal {
  border-radius: 15px;
}
.form-control {
  border-radius: 0px;
}

.form-label {
  margin: 0px;
  font-size: 0.8rem;
  font-style: italic;
}
.btn {
  border-radius: 0px;
}
.form-check {
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-check-input {
  margin: 0px;
}
.form-check-input:checked {
  background-color: #2b323e;
  box-shadow: none;
  border: solid 1px #2b323e;
}

.form-check-input:not(:checked) {
  box-shadow: none;
  border: solid 1px #2b323e;
}

.form-check-input:active {
  color: #365d9b;
  background-color: #365d9b;
  box-shadow: none;
}
.form-check-label {
  font-size: 0.8rem;
  margin: 0px;
}
