form{
max-width:100%;
margin:0;
}
.feedback-input{
color:gray;
font-family:'Roboto',sans-serif;
font-weight:500;
font-size:16px;
border-radius:0px;
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 #ff6600;
background:#fbfbfb;
}
textarea{
height:100px;
line-height:150%;
resize:vertical;
}
[type="submit"]{
font-family:'Roboto',sans-serif;
width:100%;
background:#8f8f8f;
border-radius:0px;
border:0;
cursor:pointer;
color:white;
font-size:24px;
padding-top:10px;
padding-bottom:10px;
transition:all 0.3s;
margin-top:-4px;
font-weight:700;
}
[type="submit"]:hover{
background:#ff6600;
}
.block_content.contactform{
margin-top:20px;
}
form#search input.searchval{
color:gray;
font-family:'Roboto',sans-serif;
font-weight:500;
font-size:16px;
border-radius:0px;
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:#ff6600;
}
form#login td{
vertical-align:middle;
}
form#login input#username.resize,
form#login input#password.resize{
color:gray;
font-family:'Roboto',sans-serif;
font-weight:500;
font-size:16px;
border-radius:0px;
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:#ff6600;
}
