.search_bar  .search-widget{
    margin-left: 1%;
    position: absolute;
}
.inside-form{
      border-radius:8px;
/*      padding-top:10px;*/
      padding-bottom:14px;
        background-color: transparent;
}
#signup_modal .footer{
    margin-bottom: 22px;
}

@media(max-width:1280px){
    .search_bar .search-widget {
    margin-left: 1%;
    position: absolute;
}
    .inside-form{
      border-radius:8px;
/*      padding-top:10px;*/
      padding-bottom:15px;
        background-color: transparent;
}
}
/*
@media(max-width:1280px){
    
}
*/
@media(max-width:1024px){
    .inside-form{
      border-radius:8px;
/*      padding-top:10px;*/
      padding-bottom:30px;
        background-color: transparent;
}
    #signup_modal .footer{
    margin-bottom: 11px;
}

}