body {
  background-image: url("http://localhost/projects/weather/images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fbfcff;
}
header h2 {
  color: #dc3545;
}

input#search-field {
  height: 40px;
  padding: 5px 15px 5px 40px;
  font-size: 13px;
  border: none;
  box-shadow: 0px 4px 20px 0px rgb(44 101 144 / 10%);
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
  box-shadow: none;
}
div.weather-content {
  color: #fff;
}
div.feel-likes {
  color: #fff;
  font-size: 15px;
}
div.weather-content img {
  background: #dc3545;
  border-radius: 50px;
  margin-bottom: 13px;
}
#spinner {
  display: none;
  color: #fff;
}

.footer-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #c264640e;
}

.footer-area p,
a {
  padding-top: 20px;
  color: #fff;
}
