@media (max-width: 360px){
	.office-form-theme-primary-background.office-form-title-container{
		width: 250px !important;
	}
	.office-form-body{
		width: 255px !important;
	}
	.crmEntityFormView .tab{
		width: 300px;
        	display: flex;
        	justify-content: center;
        	align-items: center;
        	margin-left: -15px;
	}
	div#EntityFormPanel {
    		width: 250px;
	}
	.entity-form {
    		width: 250px !important;
    		display: flex;
    		justify-content: center;
    		align-items: center;
	}
	.RadCaptcha.RadCaptcha_Default :nth-child(2) > p
	{
		width: 190px !important;
	}
	.crmEntityFormView .actions{
		margin-top: 100px;
    	}
	.RadCaptcha.RadCaptcha_Default{
		width: 100% !important;
		margin-right: 70px;
	}
}

@media (min-width: 361px) and (max-width: 640px){
	.reserveKickstarterEventContainer {
        	width: 100% !important;
    	}
	.office-form-theme-primary-background.office-form-title-container{
		width: 100% !important;	
	}
	.office-form-body{
		width: 100% !important;
	}
	.crmEntityFormView .tab{
		width: 100%;
        	display: flex;
        	justify-content: center;
        	align-items: center;
	}
	div#EntityFormPanel {
    		width: 100%;
	}
	.entity-form {
    		width: 100% !important;
    		justify-content: center;
    		align-items: center;
	}
	.RadCaptcha.RadCaptcha_Default :nth-child(2) > p
	{
		width: 190px !important;
	}
	.eventMainContainer {
        	width: 100% !important;
    	}
	.RadCaptcha.RadCaptcha_Default {
    		width: 100% !important;
    		margin-right: 70px;
	}
	.actions input#InsertButton {
    		margin-top: 100px;
	}

}