#disneyid-background.background {
	background: #fff;
	background: linear-gradient(top, rgba(29,27,72,0.65) 0%,rgba(127,199,246,0.65) 100%); /* W3C */
	background-color:#131F42;
	background: rgba(0,0,0,0.5) !important;
}



@media only screen and (device-width:660px) and (orientation: landscape){
	/* rules for iPad in landscape orientation */
	.disneyid-modal-header {
		height:60px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	/* iPhone, Android rules here */
	.disneyid-modal-header {
		height:60px;
	}
	
}


