/*MAKING FORM ABOVE*/

.wrap-login100{
	z-index: 2;
	margin-top:  -60px;
	position: absolute;
	height: 710px;
	/*box-shadow: 0 0 20px 0 #ccc;*/
}
/*MAKING OUR OWN  CSS FOR BACKGROUND DIV*/
.bg_login{
	display: flex;
	margin-left: 0px;
	border-radius: 12px;
	z-index: 2;
	vertical-align: center;
	background: #375723;
	position: absolute;
	height: 550px;
	width: 1050px;
}
.sub_div_1{
	z-index: 2;
	width: 70%;
	padding: 0px 105px;
}
.sub_div_2{
	padding: 26px 0px;
	padding-right: 105px; 
	font-family: Poppins-Medium;
	color: white;
	z-index: 2;
	width: 32%;
}
.sub_div_2_heading{
	/*margin-right: 20px;*/
	margin-top: 40px;
	font-weight: 2px;
	color: white;
	max-height: 71.4%;
	min-height: 71.4%;
	font-family: Poppins-Medium;
	font-size: 20px;
}

.register_btn{
	margin-top: 15px;
	font-style: normal;
	height: 40px;
	padding: 0px;
	font-size: 22px;
	width: 76%;
	border-radius: 50px;
	background-color: #eb6435;
	bottom: 0;
}
.sub_div_2_1{
	height: 10%;
}
.sub_div_2_2{
	height: 80%;
}
.sub_div_2_2{
	height: 10%;
}

.logoContainer{
	display: flex;
	max-height: 10px;
	margin-bottom: 75px;
}

.logoContainer .logo1{
	width: 40%;
}

.logoContainer .logo2{
	width: 20%;
}

.logoContainer .logo3{
	width: 40%;
}

.txtCR
{
	font-family: Poppins-Medium;
}