.customer-registration-box-container{
	background-color: #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	background-blend-mode: multiply;
	background-size: cover;
}

.customer-registration-box{
	background-color: rgba(255, 255, 255, 0.91);
}

.customer-registration-box .btn-container button.btn-back {
	background-color: #c8c8c8;
	border-color: #c8c8c8;
	width: 100%;
}

.customer-registration-box .btn-container button.btn-register {
	background-color: #fc8185;
	border-color: #fc8185;
	width: 100%;
}

.customer-registration-box .btn-container div:hover button, .customer-registration-box .btn-container div:focus button{
	color: #fff;
	font-weight: bolder;
}

.customer-registration-box-container input{
	border-radius: 5px;
}

#collapseLogin .collapse-padding .col-sm-4:nth-child(3) input#Customerinfo_email{
	text-transform: lowercase !important;
}