.company-search-container{
    background-color: #fff;
    padding: 43px 48px 30px 52px;
    box-shadow: 9px 14px 55px -12px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.company-search-container h2{
    color: #216183;
    /*font-family: Avenir Lt Std;*/
}
.company-search-container form select{
    font-size: 16px;
    margin: 11px 0 8px;
    background: white;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0;
}

.company-search-container form input{
    font-size: 16px;
    margin: 11px 0 8px;
    background: white;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.company-search-container form button{
    background: #35c2cc;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    -webkit-font-smoothing: antialiased;
    padding: 0 16px;
    line-height: 36px;
    margin-top: 10px;
}

.label{
    font-weight: 400;
    margin-left: 10px;
    font-size: 13px;
    display: none;
    position: absolute;
}
.radio-button{
    width: auto !important;
    display: inline-block;
}
.radio-button-label{
    display: inline-block;
    margin-left: 15px;
}
