@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
html,
body {
  height: 100%;
}
body {
  padding-top: 5rem;
  background-color: #f7f7f7;
  font-family: "Quicksand", sans-serif;
}
a {
  color: #2b2b2b !important;
  text-decoration: none;
}
.form-signin {
  max-width: 25rem;
  margin: auto;
}
.btn-primary {
  color: #fff;
  background-color: #272a2f !important;
  border-color: #272a2f !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #80796b !important;
  border-color: #80796b !important;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #c9bfac;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #c9bfac;
}
@media screen and (max-width: 767px) {
  .section img {
    width: 100%;
  }
}
