#pitch-form {
    margin: 20px;
}
.form-group {
    margin-bottom: 10px;
}
.form-title {
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
}
.form-label {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 180px;
}
.textarea-label {
    vertical-align: top;
    line-height: 2;
}
.form-control {
    /*display: block;*/
    width: 380px;
    /*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,0.075);
    box-shadow: inset 0 1px 1px rgba(0,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;
}
.rb-inline {
  display: inline-block;
  margin-right: 6px;
}
.rb-label {
    font-size: 14px;
    font-weight: bold;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.padd-btm-20 {
    margin-bottom: 20px;
}
.heading {
    font-size: 2em;
    margin-bottom: 20px;
}
.text-helper {
    display: inline-block;
    width: 188px;
}