.page-header{
    color: #00A1E4;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 9px;
    margin: 0px 0px 20px;
    border-bottom: 1px solid #eee;
}
.fb-wrapper {
    padding: 0 15px;
}
.fb-form-group {
    margin-bottom: 15px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.fb-form-control {
    display: block;
    width: 100%;
    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;
}
.fb-form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.fb-form-control::placeholder{
    color: #A9A9A9;
}
.fb-input-group {
    display: flex;
}
.fb-input-group-addon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.fb-input-group :first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.fb-input-group :last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#file-upload {
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding: 6px;
    width: 161px;
    border-radius: 4px;
    line-height: 1.42857143;
}
.btn-blue-shadow:hover, .btn-blue-shadow:focus {
    background-color: #057BAC;
    color: white;
}
.fileinput-new {
    color: rgba(0, 0, 0, 0.3);
}
.feedback-files-block .max-file-size-notice {
    font-size: 12px;
    padding: 0px 15px 15px 0px;
}
textarea.fb-form-control{
    resize: none;
    height: auto;
}
.fb-form-about{
    padding-top: 1.4em;
}
.fb-form-about p{
    margin: 0 0 1em;
}
#contact-us {
    box-shadow: 3px 5px 6px -4px #000000;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

