.bodyMain {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #E7E7E9;
}

#logoMain {
    border: none;
    width: 177px;
    height:  112px;
    background-image: url("../images/logo.jpg");
    background-position: center;
    background-color: #E7E7E9;
    margin-left: auto;
    margin-right: auto;

}

.formFieldSet {
    background-color: #E7E7E9;
    margin-top: 10px;
    width: 75%;
}

.border {
    border: #828282 1px solid;
    padding: 5px;
}

.row label {
    font-size: 12px;
    font-weight: normal;
    min-height: 20px;
    vertical-align: middle;
    text-align: right;
    float: left;
}

.panel-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

#form-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#form-text h5 {
    font-weight:600;
    color: #b92c28;
}

#formResults {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.formFieldSet hr {
    border: 0px;
    border-color: #828282;
    border-top: 1px solid #828282;
    height: 1px;
    display: block;
    padding: 5px;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
}

/* Parsley JS module CSS */

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}