body {
  background: #e9e9e9;
  color: #666666;
  background-image: url("images/img/background_login.jpg");
  font-family: "RobotoDraft", "Roboto", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Pen Title */
.pen-title {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}
.pen-title span {
  font-size: 12px;
}
.pen-title span .fa {
  color: #0cc066;
}
.pen-title span a {
  color: #0cc066;
  font-weight: 600;
  text-decoration: none;
}

/* Form Module */
.form-module {
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px); /* Efek blur pada elemen di belakangnya */
  -webkit-backdrop-filter: blur(10px); /* Untuk kompatibilitas Safari */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Border transparan */
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); /* Bayangan yang lebih Glassmorphism */
  border-radius: 10px; /* Sudut membulat */
  /*background: #ffffff;*/
  max-width: 320px;
  width: 100%;
  /*border-top: 5px solid #0cc066;*/
  /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);*/
  margin: 0 auto;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  display: none;
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color:#0cc066;;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  margin: 0 0 12px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  transition: 0.3s ease;
  border-radius: 8px;
}
.form-module input:focus {
  border: 1px solid #0cc066;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #0cc066;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  transition: 0.3s ease;
}


.form-module button:hover {
  background: #b92a07;
}
.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;

  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}
        /* Footer */
        .footer-new {
            background-color: #1e1e1e;
            color: #a0a0a0;
            padding: 60px 0;
        }
        .footer-new .footer-logo img { max-height: 40px; margin-bottom: 20px; }
        .footer-new h5 { font-weight: 600; color: #fff; margin-bottom: 15px; }
        .footer-new ul { list-style: none; padding: 0; }
        .footer-new ul li a { color: #a0a0a0; text-decoration: none; line-height: 2; transition: color 0.3s ease; }
        .footer-new ul li a:hover { color: #fff; }
        .footer-new .social-icons a { color: #a0a0a0; font-size: 1.2rem; margin-right: 15px; transition: color 0.3s ease; }
        .footer-new .social-icons a:hover { color: #fff; }
        .footer-bottom { border-top: 1px solid #333; padding-top: 30px; margin-top: 30px; text-align: center; font-size: 0.9rem; }
