body {
  height: 100vh;
  background: url(partikel.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card {
  overflow: hidden;
  border: 0 !important;
  border-radius: 20px !important;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(2, 83, 163, 0.7) !important;
}

.card-body {
  background-color: rgba(1, 136, 160, 0.1);
}

.img-right {
  width: 45%;
  /* background: url('img.jpg') center; */
  background-size: cover;
  background-color: rgba(143, 200, 230, 0.44) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-right img {
  width: auto;
  height: 300px;
}

.card-body {
  padding: 2rem;
}

.title {
  margin-bottom: 2rem;
  color: white;
}

.form-input {
  position: relative;
}

.form-input input {
  width: 100%;
  height: 45px;
  padding-left: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #00000020;
  border-radius: 50px;
  outline: none;
  background-color: rgba(223, 241, 256, 0.6);
}

.form-input span {
  position: absolute;
  top: 10px;
  padding-left: 15px;
  color: black;
}

.form-input input::placeholder {
  color: black;
  padding-left: 0px;
}

.form-input input:focus,
.form-input input:valid {
  border: 2px solid #007bff;
}

.form-input input:focus::placeholder {
  color: #454b69;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff !important;
  border: 0px;
}

.form-box button[type="submit"] {
  margin-top: 10px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  background: rgba(223, 241, 255, 1);
  color: #007bff;
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 0.1rem;
  transition: 0.5s;
  padding: 12px;
}

.form-box button[type="submit"]:hover {
  background: #0069d9;
  color: #F3C623;
}

.forget-link {
  color: white;
  font-weight: bold;
}

.forget-link:hover {
  color: #F3C623;
  text-decoration: none;
}

.form-input .toggle-password {
  position: absolute;
  top: 23px;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.form-input .toggle-password i {
  font-size: 20px;
  color: #22177A;
}
