input[type=text] {
width:100%!important;
}

input[type=email] {
width:100%!important;
}

textarea {
width:100%!important;
}

#saveForm {
width:100%;
border-radius: 3px;
border: 1px solid #cb162e!important;
padding:10px;
font-size:22px;
cursor: pointer;
font-weight: 600;
text-align: center;
}