
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	
.page_width {
    width: 768px;
	zoom:100%;
}
.page_header_main .col-sm-3 {
    width: 25%;
	float: right;
}
.page_header_main .col-sm-4 {
    width: 33.33333333%;
	float: right;
}
.page_header_main .col-sm-5 {
    width: 41.66666666%;
	float: right;
}
.shiput_form_area .col-sm-6 {
    width: 50%;
	float: right;
}	
.page_header {
	left: 0px;
}
	
	
.login_page {
/*	background: none;*/
}
.login_mobile_bg{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/login-bg-ipad.svg) top center no-repeat;
    background-size: cover;
	display: block;
	z-index: -1;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}
