@media screen and (min-width: 320px) and (max-width: 575px) {
	.col-xs-6 {
		width: 100% !important;
	}
	.c-login-form .form-group {
		margin-bottom: -20px;
	}
	.textRight {
		text-align:center !important;
	}
	.btn.btn-login {
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 1046px) {

	.mobdisnone {
		display: none !important;
	}
	.c-login .c-panel {
		min-height: 360px !important;
	}
	.c-login .c-panel .col-xs-7 {
		width: 100% !important;
	}
	 .col-sm-6 {
    width: 50%;
  }
  .login .c-header {
  	max-width: 100% !important;
  }
}
