.contact-form.unsubscribe-register{
	padding: 2rem;
    max-width: 640px;
    width: 100%;
    box-shadow: none;
    border: 2px solid #e5e5e5;
	margin:0 auto;
	margin-top:3rem;
	margin-bottom:3rem;
}
.contact-form.unsubscribe-register form {
	margin-top:20px;
}
.contact-form.unsubscribe-register .form-group {
	overflow:hidden;
	margin-bottom: 10px !important;
}
.contact-form.unsubscribe-register .form-group label.form-control-label{
    padding-top: 5px;
	text-align:left !important;
	margin-bottom: 0px;
}
.contact-form.unsubscribe-register .form-group .col-md-6 {
	max-width:250px;
	width:100%;
}
.contact-form.unsubscribe-register .form-group .custom-checkbox > label{
	margin-left:0px;
}
.contact-form.unsubscribe-register .form-group .custom-checkbox > label>span {
	margin-right: 9px !important;
}
.contact-form.unsubscribe-register .g-recaptcha {
	margin:1rem 0;
}

@media(max-width:479px){
	.contact-form.unsubscribe-register{
		padding: 0rem;
	}	
}