.row.login-box {
	background: url(https://www.flowers4algeria.com/includes/v4/images/signup-banner.jpg) top right no-repeat;
}
.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 41.333333%;
	max-width: 499px;
}
.col-md-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 59.666667%;
	max-width: 642px;
	padding: 0;
	z-index: 999;
	align-self: end;
}
#contact_form fieldset {
	padding: 0;
	background-color: transparent;
}
#contact_form label {
	position: relative;
}
#contact_form strong {
	color: #333 !important;
}
#contact_form .form-check {
	text-align: center;
	margin-bottom: 20px;
}

/*** Responsiveness ***/
@media screen and (max-width:1024px) {
	.login-block {
		padding-left: 10px;
		padding-right: 10px;
	}
	.col-md-8.banner-sec {
		-ms-flex: 0 0 52.50%;
		flex: 0 0 52.50%;
	}
}
@media screen and (max-width:768px) {
	.mobView {
		display: block;
	}
	.deskView {
		display: none;
	}
	.row.login-box {
		background: none;
	}
	.col-md-8.banner-sec {
		flex: auto;
		width: 100%;
		max-width: 100%;
	}
	.login-block .carousel-inner {
		border-radius: 0;
	}
	.banner-text {
		background: rgba(243, 79, 63, 1);
		border-radius: 15px 15px 0 0;
		margin: 0;
		padding: 10px 20px;
	}
	.col-md-4.login-sec {
		flex: auto;
		width: 100%;
		max-width: 100%;
		border-radius: 0 0 15px 15px;
		border: 0;
		padding: 30px 20px 40px;
	}
	#contact_form .form-check {
		text-align: center;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:480px) {
	#contact_form fieldset {
		padding: 0;
		background-color: transparent;
		display: block !important;
	}
}
