.card-wide.mdl-card {
	width: 92%;
	max-width: 512px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
	margin-bottom: 24px;
}
.card-wide > .mdl-card__title {
	color: #fff;
}
.card-wide > .mdl-card__menu {
	color: #fff;
}
.card-wide > .mdl-card__title2 {
	background-image: linear-gradient( 109.6deg,  rgba(61,121,176,1) 11.3%, rgba(35,66,164,1) 91.1% );			
}
.card-wide .mdl-card__title {
	background: #0052D4;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #6FB1FC, #4364F7, #0052D4);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #6FB1FC, #4364F7, #0052D4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: url('/images/van.jpg') center / cover;
	display: block;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 16px;
	padding-bottom: 16px;
}
.card-wide .mdl-card__title-text {
	color: white;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 14px;
	padding: 7px;
	margin-top: 32px;
	float:left;
}
.mdl-card__back-icon {
	height: 48px;
	float: right;
}

/* fix for floating labels and chrome autofill */
.mdl-textfield--floating-label input[type=password]:-webkit-autofill ~ label {
	transform: translate3d(0, -20px, 0);
	visibility: hidden;
}
.mdl-textfield--floating-label input[type=password]:-webkit-autofill ~ label:after {
	content: 'Password';
	visibility: visible;
	left: 0;
	transform: translate3d(0, -20px, 0);
	background: transparent;
	color: inherit;
}
.mdl-textfield {
	width:60%;
}
.form-button {
	margin-top: 4px;
	margin-bottom: 4px;
}
.app-icons-grid {
	display: grid;
	grid-auto-flow: row;
	grid-auto-columns: auto;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	grid-gap: 0px;
	padding-top: 48px;
}
.app-icons-grid-title {
	font-weight: 450;
	font-size: 1.1rem;
}
.app-icons-grid div {
	min-width: 64px;
	max-width: 96px;
	text-align: center;
	align-self: center;
	justify-self: center;
	padding: 0 0 0 0;
	transition: all 0.3s ease;
	font-size: 13px;
}   
.app-icons-grid img {
	padding: 8px 8px 8px 8px;
	height: 64px;
}

.debug {
	padding: 10px;
	display: none;
	border: 1px solid red;
}
