You are on page 1of 1

.

search-form > input {


padding: 0;
font-size: 13px;
background: #efefef;
width: 600px;
height: 34px;
}

.search-form input[type="submit"] {
background: #2f673d!important;
border: 1px solid #2f673d;
clip: inherit;
color: #ffffff;
display: inline-block;
height: 34px;
width: 75px;
padding: 0px 10px;
margin: 0;
position: absolute;
/* left: 158px; */
text-transform: uppercase;
font-size: 14px;
border-radius: 0;
top: 25px;
right: 100px;
text-transform: lowercase;
}

.search-form-submit {
font-weight: 600!important;
}

::placeholder {
color: #a9a9a9;
padding-left: 5px;
}

You might also like