/**
 * @file
 * Use this CSS file to override components CSS rules
 */
/**
 * @file
 * Use this CSS file to override components CSS rules
 */
 .block-search .form-actions:after {
    font-family: 'FontAwesome';
    content: "\f002";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    line-height: 40px;
    width: 20px;
    display: block;
    color: #ffffff;
}
.search-area input[type="submit"]:hover {
    color: #3f3f3f;
}