.container-login100 {
    background: #113e1d !important;
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
  background: -webkit-linear-gradient(45deg, #714916 , #c99f3b, #946618 , #AA771C);
  background: -o-linear-gradient(45deg, #714916 , #c99f3b, #946618 , #AA771C);
  background: -moz-linear-gradient(45deg, #714916 , #c99f3b, #946618 , #AA771C);
  background: linear-gradient(45deg, #714916 , #c99f3b, #946618 , #AA771C);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-show-pass:hover {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #714916, #c99f3b);
  color: -o-linear-gradient(left, #714916, #c99f3b);
  color: -moz-linear-gradient(left, #714916, #c99f3b);
  color: linear-gradient(left, #714916, #c99f3b);
}

.btn-show-pass.active {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #714916, #c99f3b);
  color: -o-linear-gradient(left, #714916, #c99f3b);
  color: -moz-linear-gradient(left, #714916, #c99f3b);
  color: linear-gradient(left, #714916, #c99f3b);
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #6a7dfe;
  background: -webkit-linear-gradient(left, #714916, #c99f3b);
  background: -o-linear-gradient(left, #714916, #c99f3b);
  background: -moz-linear-gradient(left, #714916, #c99f3b);
  background: linear-gradient(left, #714916, #c99f3b);
}

/* background: rgb(217,194,17);
background: linear-gradient(45deg, rgba(217,194,17,1) 0%, rgba(255,255,255,1) 35%, rgba(253,187,45,1) 71%, rgba(213,156,35,1) 100%);


  background: -webkit-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: -o-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: -moz-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);