section .login-input {
  padding: 15px;
  background-color: rgba(237, 237, 237, 0.9058823529);
  margin: 20px auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 1.5;
}
section .login {
  font-family: "Noto sans", sans-serif;
}
section .login .login-head h1 {
  font-weight: 600;
}
section .login .login-detail {
  margin-bottom: 10px;
}
section .login .login-detail h4 {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0px;
}
section .login .login-detail input {
  border: 1px solid #e0e0e0;
  padding: 10px;
  line-height: 1.5;
  border-radius: 5px;
  font-size: 1em;
  width: 100%;
}
section .login .login-detail button {
  background-color: #97c25d;
  color: white;
  padding: 8px 22px;
  border: none;
  border-radius: 20px;
  font-weight: 600;
  transition: all 0.4s;
  width: 50%;
  cursor: pointer;
}
section .login .login-detail button:hover {
  background-color: #4f6f04;
}
section .login .login-detail button a {
  text-decoration: none;
  color: #fff;
  font-family: "Noto sans";
  font-weight: 700;
}
section .login .login-detail .have-an-account {
  text-align: right;
}
section .login .login-detail .have-an-account p a {
  text-decoration: none;
  color: #4f6f04;
  font-size: 1rem;
}
section .login .keep-logged {
  display: flex;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  body .login-input {
    background-color: #ededed;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 1.5;
    text-align: center;
  }
  body .login {
    font-family: "Noto sans", sans-serif;
  }
  body .login .login-head h1 {
    font-weight: 600;
  }
  body .login .login-detail {
    display: no;
  }
  body .login .login-detail h4 {
    font-weight: 400;
    font-size: 15px;
  }
  body .login .login-detail input {
    border: 1px solid #e0e0e0;
    padding: 10px;
    line-height: 1.5;
    border-radius: 5px;
    font-size: 1em;
    width: 100%;
  }
  body .login .login-detail button {
    margin-top: 20px;
    width: 50%;
    padding: 1em;
    border: none;
    border-radius: 5px;
    transition: all 0.4s;
  }
  body .login .login-detail button a {
    text-decoration: none;
    font-family: "Noto sans";
    font-weight: 700;
  }
  body .login .login-detail .have-an-account {
    text-align: center;
  }
  body .login .login-detail .have-an-account p a {
    text-decoration: none;
    font-size: 1rem;
  }
  body .keep-logged {
    justify-content: center;
  }
}/*# sourceMappingURL=login.css.map */