Hi osbert
In your custom.css you already have
#contact-form input#jform_com_fields_phone_number {
background-color: rgba(255, 255, 255, 0.1);
border-color: #3dbaca;
color: #fbfbfb;
}
add the width in this way
#contact-form input#jform_com_fields_phone_number {
background-color: rgba(255, 255, 255, 0.1);
border-color: #3dbaca;
color: #fbfbfb;
width:100%;
}
Regards