#main .page-content input[type="text"], input[type="email"] {
    width: 250px !important;
    height: 50px !important;
    padding: 10px !important;
    font-size: 14px !important;
}
form#lpqt-quotation-form {
    display: inline-flex !important;
    flex-wrap: wrap ;
}
.form-group {
    margin-bottom: 2rem !important;
    width: 50% !important; 
}
footer.form-footer.clearfix {
    display: inline-flex !imporant; 
    justify-content: center !important;
    align-items: center !important;
    margin-left: 500px;
}

input.btn.btn-primary.form-control-submit.float-lg-right.float-md-right.float-xs-right {
    margin: 50px 0 0 0 !important;
}

div#hello {
    width: 100% !important;
    margin-left: 200px;
    margin-bottom: 50px !important;
}
.form-control-comment{  
   display:none !important;
}