.form-box-1 input::placeholder {
  color: #555555 !important;
}
.form-box-1 {
  display: flex;
  gap: 2rem;
}
.form-control {
  border-radius: 80px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
.date {
  border-radius: 80px;
  padding: 0.5rem;
  border: 1px solid #ced4da;
  color: #555555;
}
.date:focus {
  outline: none;
}
.btn-blog:focus {
  color: #0167ac;
}
.movimento-bg {
  background-position: top center;
}
.cep-width {
  width: 48% !important;
}
@media (max-width: 990px) {
  .form-check-input {
    width: 3em;
  }
  .cep-width {
    width: 100% !important;
  }
}
