html body {
	background-color: #F2F2F2;
}
.mfa-send-code {
	background-color: #FFC0C0;
}

/* hide the calendar picker on date controls */
input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

/* Make it selectable and copyable */
input[type="date"] {
	-webkit-user-select: text;
	user-select: text;
}
