@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Element Selector */
body {
  background-color: #F6F7D4;
}


hr{
  width: 7%;
  border-width: 10px;
  border-style: dotted none none;
  color: grey;
  display: block;
  margin: 20px auto 20px auto;
}

img {
  height: 10rem;
}

/* Id Selector */
#content {
  margin-top: 7rem;
  margin-bottom: 10rem;
  text-align: justify;
  line-height: 1.7;
  color: #8f8f8f;
}

#about_img {
  height: 25rem;
}

#features {
  margin: 10rem auto;
  text-align: center;
  color: #8f8f8f;
}

#contact {
  margin-top: 15rem;
}

/* Class Selector */

.container-fluid {
  padding: 1% 8%;
}

/* navbar section */
.navbar {
  background-color: #28DF99;
}

.nav-item :hover {
  color: white;
}

.navbar-brand {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}

/* feature section */
.icon {
  color: #99F3BD;
  font-size: 3.5rem;
  margin: 15% 0 5% 0;
}

.icon:hover {
  color: #ff4c68;
}

/* contact section */
.contact {
  margin: 2rem 40% 2rem 40%;
}

/* footer section */
.footer {
  background-color: #00AD7C;
  text-align: center;
  padding: 50px 0 20px;
}

.foot-icon {
  display: inline-block;
  font-size: 20px;
  width: 50px;
  height: 50px;
}

.social-icon :hover{
  color: #00C897;
}

.fa{
  color: white;
  text-decoration: none;
}


/* login section */
.container {
  height: 35rem;
  margin: 10rem auto;
}

.form-container {
  position: absolute;
  top: 40%;
  left: 40%;
  border-radius: 15px;
  box-shadow: 3px 3px 10px 0px;
  padding: 30px;
  width: 25rem;
  height: 30rem;
}

.text-judul {
  font-family: 'Poppins', sans-serif;
}

.text-form {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #2d2d2d;
}

.text-hover {
  text-decoration: none;
}

.text-hover:hover {
  color: lightgreen;
  font-weight: 600;
}

.input-group-text {
  border-radius: 10px;
}
