@media (max-width: 992px) {
	.container {
	    width: 100%;	
		
	}	
	.bodyer .register-con {
		width: 100%;
		margin-left: 0px;
	}
	
	.radio-type {
	    width: 50%;
	}
	
	.login-form .row .half, .register-form .row .half{
		width: 100%;
	}
	
	.nav-footer .footer-nav-block{
		width: 100%;
		padding-left: 0;
		border-left: 0;
		text-align: left;
	}
	.social-buttons-group .col3{
		width: 100%;
	}
	.bodyer {
		margin-bottom: 20px;
	}
		
}