.cls-masthead > .header-content {
    top: 450px !important;
}

.cls-label-left {
  text-align: left !important; 
}

.cls-col-aright {
  text-align: right;
}

.cls-col-aleft {
  text-align: left;
}

.cls-form-light {
  background: rgba(255,255,255, 0.8) !important;
}

/* small size mobile */
@media (max-width: 767px) {
	.cls-masthead > .header-content {
	    top: 0px !important;
	}
	
	.cls-label-left {
	  width: 100%;
	}
}

/* display frontware */
#mainNav .navbar-brand{
    display:block;
}

/* fix height */
@media (min-width: 768px){
    header.masthead {
        min-height:870px;
    }
}
span.text-control.text-danger {
    text-align:left;
    color:#F05F40;
    width:100%;
    display:block;
    padding-left:10px;
}

#send.disabled {
    background-color:gray;
}

div.cf_remove_overlay{
    padding-bottom:20px;
}
.cfModal .cf_label_confirm{
    padding-left:10px;
}