/*
<link href="/css/custom_style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
*/

body {
    /*background-image: url("http://www.rightroadcapital.blnsoftware.com/img/road_img.jpg");*/
    /*background-position: center center;*/
    background-color: #ffffff;
    /*font-family: 'Open Sans', sans-serif;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
	overflow-x: hidden;
	margin: 0px;
}
/*
#custom_header_img {
    margin: 0 auto;
    width: 221px;
}*/

body > .home, body > div {
    z-index: auto;   
}

#bln-api-ajax-content-div p {
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    padding:0;
    margin-top: 20px;
    margin-bottom: 20px;
}

#bln-api-ajax-content-div .form_entity p {
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
	color:#000000;
	text-shadow:0 0 0 #ffffff;
}

#bln-api-ajax-content-div a {
    color: #277663;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}

#bln-api-ajax-content-div a:hover {
    color: #92a201;
}

#bln-api-ajax-content-div {
    width: 95%;
    max-width: 1110px;
    margin: 0 auto;
    /*background-color: rgb(0,0,0); /* Fallback color */
    /*background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    /*background-image: url("http://www.leadingcommercialfinancing.com/assets/img/bg-cf-homepage.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-blend-mode: overlay;*/
    z-index: 1;
    padding-top: 100px;
}


#bln-api-ajax-content-div h2 {
    font-size: 40px;
    color: #ffffff;
    font-family: arial;
    text-shadow: 0 0 5px #000000;
}

#forgotPasswordForm {
    width: 100%!important;
}

.form, #password_form {
    box-shadow: 0px 0px 10px #000000;
}

.form,
.new-referral-left .form,
#password_form,
#bln-api-ajax-content-div .form,
#p1e_b_w_dialog_owneroccupy {
    background: #ffffff !important;
    /*border: 3px solid black;*/
    border-radius: 0px 0px 0px 0px;
	width: auto!important;
}

.form_label {
    float: left!important;
}

#p1e_b_w_dialog_owneroccupy {
    background: none !important;
    border: none !important;
}

#bln-api-static-div {
	padding-top: 20px;
    max-width: 1110px;
    width: 95%;
    margin: 0 auto;
    font-size: large;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
}

#bln-api-static-div p {
	font-size: larger;	
}

#password_form {
    padding: 20px;
}

#forgotPasswordForm {
    width: 100%!important;
}

.form_entity a {
    cursor: pointer;
}
.submit-active, .form_submit_button input {
    background-color: #273272!important;
    /*color: #000!important;*/
    border: 0px solid #000000!important;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    cursor: pointer;
    padding: 15px 44px!important;
    color: #ffffff!important;
    border-radius: 999px;
}

.submit-active-previous {
    color: #ffffff!important;
    border: none!important;
}

.submit-active:hover,
.form_submit_button input:hover {
    background-color: #f3525a!important;
    color: #ffffff!important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    max-width: 100%;
}

#custom_footer {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    min-height: 543px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
}

#custom_footer_background {
    width: 100%;
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1140px 543px;
    opacity: 0.08;
    position: absolute;
    min-height: 543px;
    /* background-color: rgba(37,44,68,0.04); */
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
}

#custom_footer h1 {
    margin: 0 0 72px 0;
    padding: 23px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
}

.custom_footer_col {
    width: 33.33%;
    float: left;
    padding-bottom: 33px;
}
.custom_footer_col h2 {
    color: #ffffff;
    margin: 0px 0px 40px 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.custom_footer_col h3 {
    margin: 0 0 25px;
    color: #6EC1E4;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
}

.custom_footer_col p {
    color: #FFFFFF;
    font-family: "Rubik", Sans-serif;
    font-size: 17px;
    font-weight:400;
    line-height: 26px;
    box-sizing: border-box;
    text-align: left;
}

.custom_footer_col a {
	color:#8c94b0;
	line-height: 40px;
	width: 100%;
	float: left;
}

.custom_footer_col a:hover {
	color:#ffffff;
}

.custom_footer_col i {
    font-size: 18px;
    padding-right: 10px;
}

.custom_footer_col span {
	color:#ffffff;
}


.custom_footer_col.check a {
	width:100%;
	/* clear: both; */
	float: left;
	line-height: 40px;
	color:#ffffff;
}

.custom_footer_col.check a:hover {
	color:#f3525a;
}

.custom_footer_col.check i {
	font-size: 4px;
	padding-right: 5px;
}

.custom_footer_col.check span {
	color:inherit;
}

#custom_footer_buttom {
    clear: right;
    height: 88px;
}

#custom_footer_buttom a {
    padding: 19px 35px 19px 35px;
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #3763eb;
    border-style: none;
    border-radius: 999px 999px 999px 999px;
    color: #ffffff;
    width: 168px;
    line-height: initial;
    float: right;
    display: block;
}

#custom_footer_buttom a:hover {
    background-color: #0350d2;
}

#custom_footer2 {
    clear: both;
    background-color: #ffffff;
    text-align: center;
    margin: 5px 0;
}

#custom_footer2 p {
	padding: 5px;
}

#custom_footer2 a {
    color:#333399;
}

@media screen and (max-width: 1024px) {
	.custom_footer_col {
		width: 50%;
	}
	#custom_footer_buttom {
		width:100%;
		clear: both;
	}
	#custom_footer_buttom a {
		float:none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 767px) {
	.custom_footer_col {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
    .form_label {
        float: none!important;
    }
}