Is there any way to remove the white border and background that appears around a form input field with type "text"?
Looking for some help on this issue!
.my-form-login input[type="text"] {
background-image: url('../images/text-input.png');
background-repeat: no-repeat;
outline: none;
width: 180px;
height: 30px;
border: none;
padding: 5px;
}