
.contact-us-label{
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
}
.contact-us-input {
    background-color: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid  #CDDC39; /* Default border */
    padding: 10px;
    outline: none; /* Remove default focus outline */
}

.contact-us-input:focus {
    outline: none; /* Remove focus outline */
    box-shadow: none; /* Remove any browser-added shadow */
}