form{
max-width:100%;
margin:0;
}
.feedback-input{
color:gray;
font-family:Helvetica,Arial,sans-serif;
font-weight:400;
font-size:16px;
border-radius:0;
line-height:22px;
background-color:transparent;
border:1px solid #d0d0d0;
transition:all 0.3s;
padding:10px;
margin-bottom:15px;
width:100%;
box-sizing:border-box;
outline:0;
}
.feedback-input:focus{
border:1px solid #b0b0b0;
background:#f0f0f0;
}
textarea{
height:100px;
line-height:150%;
resize:vertical;
}
[type="submit"]{
font-family:'Montserrat',Arial,Helvetica,sans-serif;
width:50%;
background:#fff;
border-radius:0px;
border:1px solid #ccc;
cursor:pointer;
color:#b2b2b2;
font-size:20px;
padding-top:10px;
padding-bottom:10px;
transition:all 0.3s;
margin-top:-4px;
font-weight:400;
}
[type="submit"]:hover{
background:#c3c3c3;
color:#fff;
}
.block_content.contactform{
margin-top:20px;
}
form#search input.searchval{
color:gray;
font-family:Helvetica,Arial,sans-serif;
font-weight:500;
font-size:16px;
border-radius:0;
line-height:22px;
background-color:transparent;
border:1px solid #d0d0d0;
transition:all 0.3s;
padding:10px;
margin-bottom:15px;
width:100%;
box-sizing:border-box;
outline:0;
}
form#search [type="submit"]{
background:#d0d0d0;
margin-top:0;
width:20%;
font-size:18px;
font-weight:normal;
}
form#search [type="submit"]:hover{
background:#70c82f;
}
form#login td{
vertical-align:middle;
}
form#login input#username.resize,
form#login input#password.resize{
color:gray;
font-family:Helvetica,Arial,sans-serif;
font-weight:500;
font-size:16px;
border-radius:0;
line-height:22px;
background-color:transparent;
border:1px solid #d0d0d0;
transition:all 0.3s;
padding:10px;
margin-bottom:0;
width:100%;
box-sizing:border-box;
outline:0;
}
form#login [type="submit"]{
background:#d0d0d0;
margin-top:0;
width:100%;
font-size:18px;
font-weight:normal;
}
form#login [type="submit"]:hover{
background:#70c82f;
}
