body {
	background-color: #f5f4f9;
	/* Main text color */
	color: #3B2D82;
}
body, button {
	font-family: Arial, Verdana, Geneva, sans-serif;
}
/* Optional: heading styles
h1, h2 {
}
*/
.content {
	background-color: white;
	border-radius: 0px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

/* Settings tables */
.settings td {
	border-top: 1px solid white;
}
.settings tr:nth-child(even) {
	background-color: #e2e2e2;
}
.settings tr:nth-child(odd) {
	background-color: #f6f6f6;
}

/* Switches on the right */
.switch {
	background-color: #f5f4f9;
}
.switch.active {
	background-color: #53d382;
}

/* Button styles, for submit and reset button */
button {
	border-radius: 0px;
}
button[type="submit"] {
	background-color: #bd57fd;
}
button[type="submit"]:hover {
	background-color: #bd57fd;
}

button[type="reset"] {
	background-color: #3b2d82;
}
button[type="reset"]:hover {
	background-color: #3b2d82;
}

/* Light green notification bar */
.notification {
	background-color: #53d382;
	border: 1px solid #53d382;
	color: #3B2D82;
	border-radius: 0px;
}

.logo img{
	height: 56px;
}

