.filter-form {
    position: relative;
    border: 2px solid #e7e7e7;
    border-radius: 3rem;
    display: inline-block;
    left:10px;
}

.filter-form input {
    padding: 12.8px 48px 12.8px 19.2px;
    padding: 0.8rem 3rem 0.8rem 1.2rem;
    width: 100%;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #222529;
    outline: 0;

}

.filter-form .btn {
		position: absolute;
		top: 53%;
		right: -11.2px;
		right: -0.7rem;
		font-size: 19.2px;
		font-size: 1.2rem;
		min-width: 80px;
		min-width: 5rem;
		transform: translateY(-50%);
		padding: 0;
		background: none;
		transition: color 0.3s;
}

.btn-search {
    border-color: #ced4da; /* mesma cor da borda do input padrão do Bootstrap */
  }
  