.partnerweb-header-holder
{
	width: 100%;
	min-height: 592px;
	background: url(../images/partner-website-bg.jpg) no-repeat;
	padding: 35px 0;
	background-size: cover;
	background-position: center center;
}



.partner-reg-form-holder
{
	color: #222;
	background: url(../images/bigbg.jpg) no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	width: 100%;
	/*background: rgba(255,255,255,.3);*/
	/*background: #fff;*/
	padding: 25px;
}

.partner-registration-container{
	display:block;
	background-color: rgba(255, 255, 255,0.5);
	border: 5px solid rgb(444, 444, 444);
	border: 5px solid rgba(0, 0, 0, 0.2);
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	/*max-width: 42%;*/
	margin:0 auto;
	padding:0px 20px;
	/*margin-top:7%;*/
	/*margin-bottom:7%;*/
	overflow: hidden;
}
	.partner-reg-form-holder h2
	{
		margin-top: 0; 
		font-family: Open Sans;
		font-weight: 600;
		font-size: 21px;
		color: #333;
	}
	.partner-reg-form-holder label
	{
		color: #333;
		font-family: Open Sans;
		font-weight: 400;
		font-size: 15px;
	}
.regtxt
{
	border-radius: 0px!important;
	background: rgba(255,255,255,.2);
	font-size: 14px;
	display: block;
	width: 100%;
	border:none;
	padding: 11px;
	color: #333;
	/*border: 1px solid rgba(255,255,255,.4);*/
	border: 1px solid #ddd;
} 
.reg-link
{
	color: #2988ca;
	font-weight: 600;
}
	.reg-link:hover
	{
		color: #2988ca;
		text-decoration: underline;
	}
.reg-btn-holder
{
	width: 100%;
	text-align: right;
}
	.reg-btn-holder a
	{
		background: #29a643;
		display: inline-block;
		padding: 13px 30px;
		font-weight: 400;
		font-size: 17px;
		color: #fff;
		font-family: Open Sans;
		text-transform: uppercase;
		transition: all ease 0.3s;
	}
		.reg-btn-holder a:hover
		{
			text-decoration: none;
			background: #3ECD5C;
			transition: all ease 0.3s;
		}
.form-logo
{
	width: 100%;
	margin-bottom: 20px!important;
	float: none;
}
.preview-main-holder
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.preview-holder
{
	padding: 20px 50px;
	background: #eee;
	border: 1px solid #ddd;
}
	.preview-holder h3
	{
		margin: 0;
		margin-bottom: 10px;
		font-family: Open Sans;
		font-size: 17px;
	}
.registration-code-holder
{
	padding: 20px;
	background: #eee;
	border: 1px solid #ddd;
}
	.registration-code-holder h3
	{
		margin: 0;
		margin-bottom: 10px;
		font-family: Open Sans;
		font-size: 17px;
	}

.col-centered {
    float: none;
    margin: 0 auto;
}