.layout31-search-field input{height:70px;padding-left:30px;border-radius:6px;}
.search-form .search-submit{width:100px;height:50px;margin-top:7px;margin-right:5px;border-radius:6px;background-color:#e94d3a;border:solid 2px #e94d3a;}    
.search-form .search-submit:hover{background-color:#3d302e;color:#fff;border-color:#3d302e;}

@media screen and (max-width:768px){
.layout31-search-field form{width:80%;margin:0 auto;}
}
@media screen and (max-width:480px){
.layout31-search-field form{width:90%;}
.search-form .search-submit{width:60px;margin-top:2px;}
.layout31-search-field input{height:60px;}
.search_code_box{margin-bottom:10px!important;}
}