﻿ul.chklist {
list-style-type:none;}

ul.chklist > li {
list-style:none;}
ul.chklist > li:before {
  content: '\f046';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #f89d29;
}

/*Captcha*/
.captcha-label {
color:white;}
a.rcRefreshImage {
color:white;}

.btn-lg, .btn-group-lg > .btn {
border-radius:0px;}

.lblstatus {
background-color:none !important;
color:#f89d29 !important;

}

#contact-us > .section-inner > .section-content .form-group span.lblstatus {
background-color:#fcf8e3 !important;}

.text-white, a.text-white {
    color: #fff;
}

    a.text-white:hover {
        color: #f89d29;
    }