html, body{
	height: 100%;
}
body{
	display: flex;
	align-items: center;
	/*background-image: linear-gradient( to right, #f12711, #f5af19)*/;
    /*background: linear-gradient(-135deg, #eb0000, #552226);*/
    background: url(../img/bg.png);
    background-size:cover;
    background-position: center;
}
a{
	color: #ffd109;
	text-decoration: none;
}
a:hover{
	color: #ffe8b6;
}
.uf-form-signin {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    margin: auto;
}
.uf-input-group .input-group-text {
    background: #ffffff90;
    color: #f8f9fa;
    border: unset;
    font-size: 18px;
    padding: 15px;
    width: 50px;
}
.uf-input-group .input-group-text2  {
    background: #af7d82;
    color: #f8f9fa;
    border: unset;
    font-size: 18px;
    padding: 15px;
    width: 50px;
}

.uf-input-group .form-control {
    border: unset;
    border-left: 1px solid #ffffff05;
    font-size: 16px;
    background: #ffffff90;
}
.uf-input-group .inputdis {
    border: unset;
    border-left: 1px solid #ffffff;
    font-size: 16px;
    background: #af7d82;
}
.uf-input-group .form-control:focus {
    box-shadow: unset;
    background: #ffffff;
}
.uf-btn-primary {
    /*background: #f5ab1f;*/
    background:linear-gradient(-135deg, #ffc620, #f14b21);
    color: #fff;
    border-radius: 100px 100px;
    margin-top: 0.5em;       
}

.uf-btn-primary:hover {
    background: #420309;
    color: #fff;
}
.uf-btn-warning {
  /*background: #f5ab1f;*/
  background:linear-gradient(-135deg, #b7da88, #11b19b);
  color: #fff;
  border-radius: 100px 100px;
  margin-top: 0.5em;    
}

.uf-btn-warning:hover {
  background: #420309;
  color: #fff;
}
.uf-form-check-input:checked {
    background-color: #842029;
    border-color: #842029;
}

.uf-social-login .uf-social-ic+.uf-social-ic{
	margin-left: 15px;
}
.uf-social-ic{
	width: 40px;
	height: 40px;
	background: #4ed35c;
    color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.uf-social-ic:hover{
	background: #842029;
}
.uf-social-ic:hover i{
	color: #fff;
}
.bgwhiteround {
    padding: 20px 20px;
    border-radius: 30px 30px;
    background: white;
}
.form-control::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1; /* Firefox */
  }
  
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: rgb(0, 0, 0);
  }

  .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.55) !important;
  }
  .textpad10 {
    padding: 0px 10px;
  }
  .salah {
    text-align: center;
    color:#ffd109;
  }
  .notif-correct {
    text-align: center;
    color:#009213;
    background: white;
    padding: 5px 5px 10px 5px;
  }
  .notif-fail {
    text-align: center;
    color:#aa0000;
    background: white;
    padding: 5px;
  }
  .notif-success {
    text-align: center;
    color:#000000;
    background: white;
    padding: 5px 5px 10px 5px;
  }
  .fltopcenter {
    width:250px;
    height:70px;
    position: fixed;
    background-color: rgb(255, 255, 255);
    top: 0%;
    left: 50%;
    margin-left: -125px;
    z-index: 999;
    border-radius: 0px 0px 30px 30px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .fltopcenter img {
    margin: auto;
    padding-top: 10px;
    display: inline-flex;
    width: 210px;
  }
  input .inputdis {
    pointer-events: none;
    background-color: #af7d82 !important;
  }
  .mb-3 {
    margin-bottom: 0.5rem !important;
}.mb-4 {
  margin-bottom: 1rem !important;
}
.password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: color 0.3s ease-in-out;
  margin-bottom: 0px;
}

.password-toggle-icon i:hover {
  color: #000;
}
.pwulang-toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.pwulang-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: color 0.3s ease-in-out;
  margin-bottom: 0px;
}
.pwulang-toggle-icon i:hover {
  color: #000;
}

.pwlama-toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.pwlama-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: color 0.3s ease-in-out;
  margin-bottom: 0px;
}
.pwlama-toggle-icon i:hover {
  color: #000;
}

.pwbaru-toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.pwbaru-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: color 0.3s ease-in-out;
  margin-bottom: 0px;
}
.pwbaru-toggle-icon i:hover {
  color: #000;
}
.icon-2x {
  scale: 1.5;
}
.btnku {
  padding: 10px 15px;
  font-size: 24px;
}
.btnku2 {
  padding: 10px 15px;
  font-size: 18px;
}
.saldo2 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.saldo3 {
  font-size: 14px;
  color: #fff;
}
.saldo4 {
  font-size: 22px;
  color: #fdff87;
  font-weight: bold;
}
.saldoyel {
  color: #fdff87;
}
.garis {
  height: 14px;
  width: 100%;
  display: block;
  border-bottom: 2px dotted rgb(255, 255, 255);
  margin-bottom: 14px;
}
.uf-input-group .fa-search {
  color:black;
}
.resetpw {
  color: #000000;
  text-decoration: none;
  background:#ffc620;
  padding: 2px 8px;
  margin: 15px 5px;
  font-weight: bold;
  border: 1px black solid;
}
#popup { 
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #bebebe;
  border-radius: 10px;
  -moz-border-radius: 10px; 
  width:300px; 
  height: auto;
  padding: 15px 15px; 
  position: absolute; 
  left: 50%; 
  top: 0;
  margin-left: -150px; 
  z-index: 999;
  display:none;
}
#topbar { background:#ddd; -moz-border-radius: 10px; padding:5px; height:20px; line-height:20px }
#content { padding:5px; -moz-border-radius: 10px; text-align:center; color: #fff; margin: auto auto; }
/*#ok { position: absolute; left: 140px; top: 100px }*/