
.form-group {
    font-weight: 400;

    color: #9E9E9E;

}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #9E9E9E;
    background-color: rgb(169 169 169 / 26%);
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
.form-control:focus {
  color: #000;

  border-color: rgb(255 255 255 / 32%) ;
  outline: 0;
  
  border-radius: 38px;
}






.search {
    position: relative;

}

.search input {
height: 40px;
    text-indent: 10px;
    border-radius: 38px;
}

.search input:focus {
    box-shadow: none;
    border: 0px solid blue
}

.search .fa-search {
 position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 38px;
    background-color: rgb(255 255 255 / 0%);
    padding: 0.2rem 0.2rem;
    font-size: 1rem;
}

.search button {
    position: absolute;
    top: -5px;
    right: 5px;
    height: 40px;
    width: 40px;
    color: #999;
    background: inherit;
    border-radius: 38px;
    font-size: 25px;
    border: 0px solid transparent;
}
.search button:hover {
  top: -5px;
    right: 5px;
    height: 40px;
    width: 40px;
    color: #999;
    background: inherit;
    border-radius: 38px;
    font-size: 25px;
    border: 0px solid transparent;
}
.search btn-primary:hover {
display: none ;
}
.search .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #999;
background-color: inherit;
border-color: inherit;
}

.search .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: inherit;
}
.search .btn-primary:focus, .btn-primary.focus {
  box-shadow: inherit;
}