.keyword {
    border: none;
    color: #8f8f8f;
    background: #FFFFFF;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0;
    float: left;
    height: 28px;
    box-sizing: border-box;
    outline: none;
}
#searchbt {
    float: right;
    padding: 8px 20px;
    border: none;
    border-left: 1px solid #E6E6E6;
    background: url('../images/icon-search.png') no-repeat center 6px;
}


.form-search .input-text {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0;
    color: #a4a4a4;
    float: left;
    font-size: 13px;
    height: 31px;
    padding: 4px 10px;
    text-transform: uppercase;
    width: 88%;
    border: 1px solid #A9A9A9;
    outline: none;
}
.form-search .searchbt {
    background: url("../images/search.png") no-repeat scroll 50% 50%;
    background-color: #0f4da3;
    border: 0 none;
    height: 31px;
    padding: 0;
    width: 12%;
    border-radius: 0;
    float: right;
    font-family: "MyriadPro-Regular";
}

@media only screen and (max-width: 768px){
    .form-search .input-text {
        width: 80%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-transform: inherit;
    }
    
    .form-search .searchbt {
        width: 18%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    
}
