/* reset css */
body {
  background-color: #f1f1f5;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding: 0;
}

/* login css */

.bg-login {
  background-color: #ededed;
  background-image: url("/static/scrapper/img/noise-light.png");
}

button{
  cursor: pointer;
}