.login{
	padding: 15px;
}

.register a{
	/*color:#FFFFFF !important;*/
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
}

.login a{
	/*color:#000000 !important;*/
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
}

.login-p-d{
	padding-top: 7%;
}

#auth-form .submitBnt{
	width: 100%;
}

#auth-form input[type="radio"]{
	width: 20px;
    height: 20px;
    vertical-align: middle;
}

.error-block{
	color: #f1556c;
}

.error-block small{
	font-size: 0.90rem;
    font-weight: 400;
}

.help-block.text-red strong{
	color: red;
}



body.authentication-bg-pattern {
	background: url("../images/register-bg.jpg") no-repeat;
	position: relative;
	background-size: cover;
}

.authentication-bg h1{
	color: #fff;
	font-size: 24px;
}
.authentication-bg h4 {
	color: #fff;
	font-size: 16px;
	
}

.authentication-bg .bg-pattern h4 {
	color: #444a55;
}

.authentication-bg .header-title {
	color: #fff;
}
.light-grey {
	background: #eee;
}
ul.what-we-need-apply li i{
	color: #1abc9c;
}
/*ul.what-we-need-apply li{*/
/*	font-size: 16px;*/
/*	padding-bottom: 5px;*/
	
/*}*/
.register-form label {
	font-size: 16px;
}
#terms_and_condition a{
	font-size: 16px;
    font-weight: 500;
	color: #000;
}

.terms-condition a{
	color: #1abc9c;
}

.have-questions h4 {
	line-height: 24px;
}
.have-questions p{
	font-size: 16px;
}

/*.have-questions ul li {*/
/*	margin-bottom: 0px;*/
/*}*/
.have-questions ul li a{
	font-size: 16px;
	color: #0AC6A6;
	font-weight: 500;
}

.have-questions ul li a i {
	margin-right: 10px;
}

.have-questions ul li span{
	margin-left: 25px;
	display: inline-block;
}
.account-pages .bg-pattern .card-body{
	background-color: #fff;
}
.your-call-back {
    border: 1px solid #ccc;
    position: relative;
    padding: 20px 20px 20px 50px;
	margin-bottom: 30px;
}

.your-call-back:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  background: #0AC6A6;
  height: 100%;  
  top: 0;
  left: 0;
}
.your-call-back p {
	margin-bottom: 0;
}
.authentication-bg .bg-pattern .your-call-back h5 {
  color: #0AC6A6;	
  font-weight: 600;	
}

.thank-you ul {
	margin-left: 20px;
	margin-bottom: 15px;	
}

.thank-you h5 {
	font-weight: 600;
}

.thank-you ul li {
	list-style: disc;
}

.authentication-bg .bg-pattern h2 {
	font-size: 1.25rem;
}

.new-register-form .form-control{
	height: 40px;
    padding: 0px 10px;
    border: 2px solid #ccc;
}




/*------business-loan-page------*/

.banner-img {
	position: relative;
}
.banner-img {
	background-image:linear-gradient(to right, rgba(0,0,0,0.5),rgba(255,0,0,0)), url("../images/business-loan-banner-bg.jpg");
    background-size: cover;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center center;
}
.business-loan-page {
	position: relative;
}

.business-loan-banner-txt {
	color: #fff;
}

.business-loan-banner-txt p {
	font-size: 20px;
}

.business-loan-banner-txt ul li {
	font-size: 20px;
	line-height: 36px;
}

.business-loan-banner-txt .btn-success{
	border-radius: 0;
	background-color: #23ab98;
    border-color: #23ab98;
	padding:10px 25px;
	margin-top: 20px;
}
button[type="submit"]:hover {
    background: #2dc899;
}

button[type="submit"]:hover {
    background: #2dc899;
}






.login{
	padding: 15px;
}

.register a{
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
}

.login a{
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
}

.login-p-d{
	padding-top: 7%;
}

#auth-form .submitBnt{
	width: 100%;
}

#auth-form input[type="radio"]{
	width: 20px;
    height: 20px;
    vertical-align: middle;
}

.error-block{
	color: #f1556c;
}

.error-block small{
	font-size: 0.90rem;
    font-weight: 400;
}

fieldset {
    border: 1px solid #ccc;
    padding: 0px 10px 20px 10px;
    margin-bottom: 30px;
    text-align: center;
}
legend {
    width: auto;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    padding: 0 5px;
    text-align: left;
}


.form-login {
	width: 450px;
	min-height: 100vh;
	display: block;
	background-color:#fff;

}
.login-more {
	width: calc(100% - 450px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	background-image: url("../images/login-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 20%;
}
.login-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
}
body.authentication-bg-pattern {
    background-color: transparent;
	padding-bottom: 0px;
} 
.wrap-form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 60px;
    position: relative;
    border: 1px solid 
    #e6e6e6;
    border-radius: 10px;
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    background: transparent;
	font-size: 18px;
	color: #555555;
	line-height: 1.2;
	padding: 0 26px;
	border: 0px;
	outline: 0px;
}

.form .form-control {
	background: #FFF !important;
}

input.form-control {
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
/*.form-control:focus {
    height: 48px;
}*/
.focus-form-control {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #23ab98;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}
.form-control:focus + .focus-form-control {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.label-form-control {
    font-size: 18px;
    color: #999999;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 24px;
    left: 0;
    top: 20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.form-control:focus + .focus-form-control + .label-form-control {
    top: 7px;
    font-size: 13px;
}
/*.form-control:focus,
.has-val {
    height: 36px !important;
}*/
.has-val + .focus-form-control + .label-form-control {
    top: 7px;
    font-size: 13px;
}
.form-login button[type="submit"] {
	padding: 15px;
    border-radius: 10px;
}
.form-login button[type="submit"]:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.form-login .custom-control  {
	padding: 10px 5px !important;
    margin: 0;
}
/*----------login form end----------*/





