<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-primary {
	color: #fff;
	background-color: #280071;
	border-color: #280071
}

label.error {
	background: url(../images/Error.png) no-repeat scroll 4px 50% #ffecec;
	border: 1px solid #f7c1c1;
	border-radius: 10px;
	color: #555;
	font-family: tahoma, serif, sans-serif;
	font-size: 11px;
	padding: 6px 10px 8px 25px;
	float: left;
}

.form-fluid {
	margin-top: 50px !important;
}

label.error_main {
	background: url(../images/Error.png) no-repeat scroll 4px 50% #ffecec;
	border: 1px solid #f7c1c1;
	border-radius: 10px;
	color: #555;
	font-family: tahoma, serif, sans-serif;
	font-size: 11px;
	padding: 6px 10px 8px 25px;
}


.founders_success{
    margin: 10px 0px;
    background: no-repeat scroll 4px 50% #ffecec;
    border: 1px solid #f7c1c1;
    border-radius: 10px;
    color: #555;
    font-family: tahoma, serif, sans-serif;
    font-size: 11px;
    padding: 6px 10px 8px 25px;
}

.terms {
	text-decoration: underline;
}

.conditions {
	color: #C7E9FA;
}

.pconditions {
	color: #000;
}

.error_div {
	margin-bottom: 10px;
	position: absolute;
	left: 150px;
	bottom: 40px;
}

.border_dotted {
	width: 98%;
	border-bottom: 1px dotted #666;
	float: left;
	margin-bottom: 15px;
}

.radio_width {
	width: 30px !important;
}

.flpoatright {
	float: right;
	margin: -5px 0px 0px 0px;
}

.btn-save {
	background: #280071;
	color: #FFD100;
	font-size: 0.75rem;
	padding: 1.5% 3%;
	margin-right: 4%;
}

.btn-save_form {
	background: #280071;
	color: #FFD100;
	font-size: 0.75rem;
	padding: 1.5% 3%;
	margin-right: 4%;
}

.heading {
	text-align: center;
}

.required {
	color: #DA1414;
}

.help-block {
    color: #DA1414 !important;
}

.customRuleForAgree {
	color: #DA1414;
}

.radio, .checkbox {
	display: inline-block !important;
}

.right-arrow {
	float: right;
}

/* .lfr-form-row:hover{ */
/* 	background-color: #FFFFFF !important; */
/* 	border-color: #FFFFFF !important; */
/* } */
.content_section input[type="radio"] {
	margin: 0 -15px !important;
}


#next{
    position: absolute;
    right: 0px;
}

.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/tenor.gif') 50% 50% no-repeat rgb(249, 249, 249);
  opacity: .2;
}



.branch_title {
	padding: 20px 0;
	font-size: 28px;
	color: #131313;
	background: #e7e5e4;
	letter-spacing: .15em;
	color: #444444;
	background: #FFFFFF;
	text-shadow: 1px 0px 1px #CCCCCC, 0px 1px 1px #EEEEEE, 2px 1px 1px
		#CCCCCC, 1px 2px 1px #EEEEEE, 3px 2px 1px #CCCCCC, 2px 3px 1px #EEEEEE,
		4px 3px 1px #CCCCCC, 3px 4px 1px #EEEEEE, 5px 4px 1px #CCCCCC, 4px 5px
		1px #EEEEEE, 6px 5px 1px #CCCCCC, 5px 6px 1px #EEEEEE, 7px 6px 1px
		#CCCCCC;
}</pre></body></html>