.module.lsearch > h1{
    display: none;
}

.module.lsearch fieldset {
    border-width: 0;
}

.module.lsearch input[type=text] {
    width: calc(100% - 120px);
    box-sizing: border-box;
    border: 2px solid #EEF1F4;
    border-radius: 0px 0px 5px 5px;
    padding: 12px;
    background: #ffffff;
    height: 45px;
    font-size: 18px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500!important;
    font-style: normal;
    position: relative;
    margin-bottom: 25px;
}

.module.lsearch input[type=submit] {
    width: 100px;
    box-sizing: border-box;
    border: 2px solid #EEF1F4;
    border-radius: 0px 0px 5px 5px;
    background: #ED1D24;
    height: 45px;
    font-size: 18px;
    color: #fff;
    font-weight: 500!important;
    font-style: normal;
    cursor: pointer;
}
