.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    width: 16.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
}

.form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px
}

.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;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.field-container {
    width: 83.33333333%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    position: relative;
    min-height: 1px;
}

.text-danger {
    color: #a94442;
}

.bdEmpahsis{
    font-size:1.2em;
}
.bg-warning {
    background-color: #fcf8e3;
}

#contactForm {
    margin-bottom: 5px;
}

#contactForm fieldset div.ffpair{
    margin-top:6px;
    margin-bottom:0px;
    clear: both;
}

#contactForm fieldset div.ffpair label {
/*    display: inline-block; */
/*    width: 20%; */
/*    margin-bottom: 5px; */
/*    font-weight: bold; */
/*    max-width:20%; */
    vertical-align: top;
}

#contactForm fieldset div.ffpair label.check {
/*        display: inline-block; */
/*        width: 78%; */
/*        margin-bottom: 5px; */
/*        font-weight: bold; */
        max-width: 78%;
}

#contactForm fieldset div.ffpair input.check {
    width: 20%;
    margin-top: 4px;
}


#contactForm fieldset div.ffpair input.formtext {
    width: 80%;
    height: 18px;
    margin-top: 0px;
    float: right;
}

#contactForm fieldset div.ffpair textarea {
    max-width: 330px;
    float: right;
}

div.username label{
    margin-top: 10px;
    margin-right: 5px;
}

div.username span.warning {
    color: red;
}

.buttonStack{
    font-size: 1em;
    float:left;
/*    font-weight:800; */
}

.buttonStack button {
    margin: 5px;
    font-weight:800;
    width:80%;
}

.buttonStack button:hover {
    font-weight: 800;
}

.account {
    position: relative;
    /*width: 30%;*/
    float: left;
    font-size: 12px;
}

.accountContainer {
    display: inline-flex;
}

.contactFormLocation {
    max-width: 450px;
    float:right;
    margin-left: 10px;
}

.address {
    position: relative;
    float:right;
   /*margin-top: 195px;*/
    padding: 10px;
    background: #f0f0f0;
  }