.messageBlock {
    min-height: 60px;
    margin-top: 40px;
}

.loginForm {
    max-width: 300px;
    margin: auto;
    margin-top: 40px;
    padding-top: 0px;
}
.incorrectPass {
    color: red;
    text-align: center;
}


.contactForm {
    padding-left: 0px;
    padding-right: 0px;
}
.contactForm h1 {
    margin-bottom: 30px;
}
.contactForm .contentBlockBg {
    margin: 0px;
    padding: 0px;
}

.contact-detail {
    padding-bottom: 30px;
}
.contact-detail .blockTitle {
    display: none;
}
.contact-detail .block-container {
    padding: 0px !important;
}

.contact-detail-custom h2,
.contactFormCustom h2 {
    margin-bottom: 15px;
}

.has-feedback {
    position: relative;
}
.form-control-feedback {
    position: absolute;
    right: 16px;
    top: 33px;/*33*/
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.has-error .form-control-feedback {
    color: #b40000;
}
.has-success .form-control-feedback {
    color: #006000;
}



.has-feedback input[type=text].form-control,
.has-feedback input[type=email].form-control,
.has-feedback input[type=password].form-control {
    padding-right: 45px;
}


#formMessageBlock {
    padding-bottom: 40px;
}
#formMessageBlock .alert {
    text-align: center;
}


.contact-us-button {
    text-align: right;
}
.g-recaptcha {
    text-align: left;
}
@media only screen and (max-width: 992px){
    .contact-us-button {
        text-align: center;
    }
    .g-recaptcha {
        text-align: center;
    }
    .g-recaptcha > div {
        margin: auto;
    }
}








.form-control {
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #feffff;
    background-color: #434343;
    border-color: rgba(254, 255, 255, 0.2);
    border-radius: 2px;

}

.form-control:focus {
    color: #feffff;
    background-color: #434343;
    border-color: rgba(254, 255, 255, 0.4);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.2);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
    font-weight: 300;
}



.has-error .form-control {
    border-color: #b40000;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(124, 0, 0, 0.20);
}
.has-success .form-control {
    border-color: #006000;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.2);
}


.form-control::-moz-placeholder {
    color: #9caab5;
    opacity: 0.8;
    font-weight: 300;
    font-size: 0.9rem;
}

.form-control:-ms-input-placeholder {
    color: #9caab5;
    opacity: 0.8;
    font-weight: 300;
    font-size: 0.9rem;
}

.form-control::-ms-input-placeholder {
    color: #9caab5;
    opacity: 0.8;
    font-weight: 300;
    font-size: 0.9rem;
}

.form-control::placeholder {
    color: #9caab5;
    opacity: 0.8;
    font-weight: 300;
    font-size: 0.9rem;
}


















