.searchfield{
    color: grey;
    height: 60px;
    line-height: 58px;
    padding: 0px 15px 0px 50px;
    max-width: 100%;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.47px;
    position: relative;
    margin-top:50px;
}
.container{
    display: block;
}
.elementor-widget-html>.elementor-widget-container{
    text-align: center;
}
input[type="text"]{
    width: 100%;
    /*max-width: 340px;*/
    height: 48px;
    border-radius: 0px;
    border-width: 1px;
    border-color: #11131C;
    border-style: solid;
    padding: 5px;
    transition: all 300ms ease;
    transition-property: border-color, background-color;
}
.company-search-submit{
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    color: #11131C;
    border-radius: 0px;
    text-transform: uppercase;
    margin: 50px 0;
    width: auto;
    border: 2px solid #11131C;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 35px;
    padding-right: 35px;
    box-shadow: none !important;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

@media (max-width:480px){
    .searchfield{
        max-width: 340px !important;
    }
}