/* base.html */
body{
  background-color: white ;
}

.navbar{
  background-color: #f6f6fe;

}

.nav-link{
  color: #4682b4 ;
}


/* index.html */
.index{
  padding-top: 150px;
}

/* login.html, reset_password.html, reset.html and signup.html */
.container2{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.checkbox {
  font-size: small;
}

.check1{
  width: 10px;
  height: 10px;
}

.col-md-12{
  padding-top: 10px;
}

/* profile.html */
.display-6{
  padding-top: 150px; 
}