/* label {
  display: block;
  position: relative;
  margin: 40px 0px;
}
.label-txt {
  position: absolute;
  top: -1.6em;
  padding: 10px;
  font-family: sans-serif;
  font-size: .8em;
  letter-spacing: 1px;
  color: rgb(120,120,120);
  transition: ease .3s;
}
.input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  outline: none;
  color: #2a7fff;
  background: transparent;
}

.line-box {
  position: relative;
  width: 100%;
  height: 2px;
  background: #BCBCBC;
}

.line {
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #2a7fff;
  transition: ease .6s;
} */

.input:focus + .line-box .line {
  width: 100%;
}

.label-active {
  top: -3em;
  color: #ba0171;
}

/* button {
  display: inline-block;
  padding: 12px 24px;
  background: rgb(220,220,220);
  font-weight: bold;
  color: rgb(120,120,120);
  border: none;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  transition: ease .3s;
}

button:hover {
  background: #2a7fff;
  color: #ffffff;
} */
/* 
.line-danger {
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff2a2a;
  transition: ease .6s;
} */

#info-loading {
  display: none;
}

.login-title {
  font-family: "Uncial Antiqua", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #35e16a;
}

.login-title-2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #2f4858;
}

.label-login {
  font-family: Arial, Helvetica, sans-serif;
  /* font-weight: 600; */
  font-style: normal;
  color: #000 !important;
}

.bg-primary-login {
  background-image: linear-gradient(
    to right top,
    #fbdf50,
    #f1df5f,
    #e9df6c,
    #e1df79,
    #dade86,
    #dcda85,
    #ddd585,
    #ded185,
    #e7c77b,
    #efbd74,
    #f7b271,
    #fea771
  );
}

.bg-login-button {
  background-image: linear-gradient(
    to right,
    #fea771,
    #f29962,
    #e68b53,
    #d97d44,
    #cd6f35
  );
}

.kartu {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-image: transparent;
  background-clip: border-box;
  border-radius: 0.25rem;
}

.kartu-dua {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 0px;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: border-box;
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-radius: 0.25rem;
}

.ardeema-color {
  color: #35e16a !important;
}

.neon-color {
  color: #2f4858 !important;
}

.ardeema-color-bg {
  background-color: #35e16a !important;
}

@media (max-width: 768px) {
  .buat-disini {
    display: none;
  }
}

.custom-form-control {
  width: 100%;
  border: 1px solid #2f4858;
  border-bottom: 2px solid #2f4858;
  padding: 5px;
  /* border-radius: 5px; */
  font-size: 12px;
  color: #2f4858;
  background-color: transparent;
  transition: border-color 0.3s;
}

.custom-form-control:focus {
  border-color: #2f4858;
  outline: none;
  box-shadow: 0 0 5px #000;
  border-bottom: 2px solid #2f4858;
}

.custom-form-control::placeholder {
  color: #2f4858;
  opacity: 1;
}
