html{
	height:100%;
}
.background{
	background: #76B7CD;
	background: linear-gradient(to bottom right, #76B7CD 0%, #96BF3B 0%, #E681AD 88%);
}

#wrapper{
	margin-top:5% !important;
	margin-bottom:5% !important;
	margin-left:5% !important;
	margin-right:5% !important;
}
.wrapper_login{
	overflow:hidden;
}
.login_left {
	float: left;
	width: 65%;
	min-height: 580px;
}
.login_left img{
	display: block;
    width: 100%;
    height: 580px; /* Adjust this value as needed */
    //object-fit: cover; /* Ensure the image covers the container */
    object-fit:revert-layer;
}
.login_right {
	float: right;
	width: 35%;
	background: #fff;
	text-align: center;
	min-height: 580px;
}

.login_top{
	padding-top:20px;
}
.login_top img {
	display:inline-block;
	width:150px;
	margin:0 auto;
}
.login_button {
	 margin-top:20px;
	 color:#cd185f;
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	border:1px solid #8C9D0B;
}
.login {
	padding: 50px 70px;
}
.login h2 {
	color:#cd185f;
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	
}
.form-group {
	padding-bottom: 20px;
}
.login_div {
	padding-top: 25px;
}
.login_div input[type=text], input[type=email], input[type=password] {
	height: auto;
	background: #e2ebcc;
	border-color: #e2ebcc;
	border: 2px solid #e2ebcc;
	border-radius: 26px;
	padding: 13px 30px;
	font-weight: bold;
	font-size: 16px;
}
.login_div button {
	background: #fff;
	color: #cd185f;
	text-transform: uppercase;
	font-weight: bold;
	border-color: #e2ebcc;
	border: 2px solid #e2ebcc;
	border-radius: 30px;
	padding: 15px 40px;
	font-weight: bold;
	font-size: 16px;
}
 .input-group {
     display: flex;
     align-items: center;
     margin-top:20px;
 }
.input-group-addon {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}
.input-group-addon i {
    color: #555;
}
.forgotpass
{
    margin-top:10px;
    float:right;
    text-decoration:underline;
}
    
@media (max-width: 767px) {
	#wrapper {
		padding: 30px;
	}
	.login_left {
		display:none;
	}		
	.login_right {
		float: none;
		width: 100%;
	}
	.login {
		padding: 50px 30px;
	}
}












