body{background-color: #f1f1f1;}
#projects .form-group{margin-top: 20px;display: inherit;}
#projects .form-inline .form-control{width: 400px;border-radius: 15px;}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: 400px !important; }
.bs-donebutton{display: none;}
#projects{margin-left: 130px;}
#projects h2{font-size: 16px;margin-top: 20px;color: #499ef3;}
.btn-group>.btn:first-child {border-radius: 15px; }
.financings{margin-left:-14px;}
#submit{margin: 30px 0 0 190px;border-radius: 17px;padding: 6px 32px;}
.example{color: red;margin-left: 20px;}
#company_province,#company_city{display: inline-block;
    width: 400px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;border-radius: 17px;}
.btn-default {color: #777;}