
.form_area{

    display: flex;
    position: relative;
    width: auto;
}


#search{

    position: relative;
    display: block;
    width: 100%;
    height: 63px;
    background: #fff;
    border: 1px solid #ff6f29;
    border-radius: 10px;
    font-size: 14px;
    color: #7c6f68;
    padding: 10px 70px 10px 30px;
    transition: all 500ms ease;

}

#search_md{

    position: relative;
    display: block;
    width: 100%;
    height: 63px;
    background: #fff;
    border: 1px solid #ff6f29;
    border-radius: 10px;
    font-size: 14px;
    color: #7c6f68;
    padding: 10px 70px 10px 30px;
    transition: all 500ms ease;

}

#search_sm{

    position: relative;
    display: block;
    width: 100%;
    height: 63px;
    background: #fff;
    border: 1px solid #ff6f29;
    border-radius: 10px;
    font-size: 14px;
    color: #7c6f68;
    padding: 10px 70px 10px 30px;
    transition: all 500ms ease;

}

#search_button{

    position: absolute;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    top: 15px;
    right: 10px;
    border-radius: 50%;
    text-align: center;
    background-color: #ff6f29;
    
}

#search_button_md{

    position: absolute;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    top: 15px;
    right: 10px;
    border-radius: 50%;
    text-align: center;
    background-color: #ff6f29;
    
}

#search_button_sm{

    position: absolute;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    top: 15px;
    right: 10px;
    border-radius: 50%;
    text-align: center;
    background-color: #ff6f29;
    
}