:root {
  --biru: #4f13ff;
  --biru-gelap: #241b40;
  --putih: #ffffff;
  --putih-gelap: rgb(238, 238, 238);
}
* {
  margin: 0;
  padding: 0;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--biru-gelap);
}
body {
  color: var(--biru-gelap);
  font-size: 1.05rem;
  background: var(--putih-gelap);
}
a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
}
p {
  color: #949494;
  font-size: 1.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  font-weight: 800;
  color: #4b4b4b;
  font-family: "Karla", sans-serif;
}
.navbar {
  z-index: 99;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  box-shadow: 5px 0px 10px rgba(7, 5, 5, 0.2);
}
.navbar,
.navbar .nav-item .nav-link,
a.navlink {
  color: var(--biru-gelap);
  font-family: "Karla", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
.navbar .nav-item .nav-link:hover {
  color: var(--putih);
}
.navbar-brand {
  font-weight: bold;
  font-size: 1.8rem;
  color: var(--biru-gelap);
}
.navbar-brand .logo-member {
  width: 200px;
  height: auto;
  position: relative;
}
.navbar-toggler .bi-filter-left {
  font-size: 30px;
  color: var(--biru-gelap);
  outline: none;
}
.btn-login {
  color: var(--putih);
}
.btn-login:hover {
  color: var(--biru-gelap);
  opacity: 0.6;
}
.btn-register {
  background: var(--biru);
  color: var(--putih);
  font-size: 1.2rem;
  font-weight: 600;
}
.btn-register:hover {
  color: var(--biru-gelap);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
#first-hero {
  position: absolute;
  top: 0;
  /* margin-top: -100px; */
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/member_educipta_bg1-1.jpg");
  background-repeat: no-repeat;
  /* background-position: left top; */
  background-size: cover;
}
.hero-column {
  z-index: 2;
}
.title {
  color: #ffffff;
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 800;
}
.title-middle {
  font-size: 2.5rem;
}
.sub-description {
  font-weight: 100;
  font-size: 1.15em;
  line-height: 2em;
  color: #ffffff;
}
.spacer {
  height: 33px;
}
.form-rounded {
  border-radius: 15px;
}
.btn-login {
  padding: 10px;
}
#particles-js {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100vh;
}

.form-group {
  margin: 15px auto;
}
input[icon="input-icon"],
input[icon="input-icon"],
select[icon="input-icon"] {
  padding: 10px 10px 10px 45px;
}
.form-group .input-icon {
  position: absolute;
  z-index: 1;
  margin: 11px;
}

.form-blur {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
}

#form-log {
  background: var(--putih-gelap);
}
#form-log::before {
  content: "";
  position: absolute;
  top: 0;
  width: 600px;
  height: 600px;
  transform: translate(-120px, -100px);
  background: linear-gradient(198deg, #ff6738, var(--biru));
  border-radius: 50%;
}
#form-log::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 500px;
  transform: translate(-20px, 200px);
  background: linear-gradient(100deg, #7fdde9, var(--biru));
  border-radius: 50%;
}

.input-password {
  position: relative;
}
.input-password .bi-eye,
.input-password .bi-eye-slash {
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.4s;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #form-log::before {
    width: 340px;
    height: 340px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  /* nav,
  .navbar {
    background-color: #fff;
  } */
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  /* nav,
  .navbar {
    background-color: #fff;
  } */
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* XX-Large devices (larger desktops) */
/* No media query since the xxl breakpoint has no upper bound on its width */
