body {
	text-align: center;
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	background: #6D6572;
}

#logo,
#calendarTrash {
	padding: 10px;
}

#logo img,
#calendarTrash img {
	width: 60px;
}

#logolabel {
	color: #fff;
	font-size: 32px;
}

#calendar .fc-day-header,
#calendar .fc-widget-header {
	background: #905E8E;
	color: #fff;
	font-size: 20px;
}

#calendar {
	background: #fff;
	padding: 20px;
	border-radius: 15px;
}

#calendar .fc-toolbar button {
	background: #905E8E;
	color: #fff;
	margin: 5px;
	border-radius: 5px;
}

#calendar .fc-day,
#calendar .fc-list-item {
	background: #fff;
	font-size: 16px;
	padding: 0 1px;
	white-space: normal;
}

#calendar .fc-day-number {
	text-align: center;
	font-size: 12px;
	background-color: #624185 !important;
	width: 15px !important;
	color: #fff;
	border-radius: 100%;
	margin: 5px;
	padding: 5px;
	display: block;
}

.response {
	height: 15px;
}

.success {
	background: #cdf3cd;
	padding: 10px 60px;
	border: #c3e6c3 1px solid;
	display: inline-block;
}

#tips {
	font-size: 11px;
	margin: 20px;
	color: #fff;
	text-align: left;
}

#tips .nobullets {
	list-style-type: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 995px;
}

#wrapper h1 {
	margin-top: 50px;
	font-size: 45px;
	color: #0B2161;
}

#wrapper h1 a {
	color: #0B2161;
	font-size: 18px;
}

#wrapper h2 input[type="submit"] {
	background: none;
	border: none;
	text-decoration: underline;
	font-size: 17px;
}

#login_form {
	background-color: white;
	width: 350px;
	padding: 20px;
	box-sizing: border-box;
	margin-left: 320px;
	box-shadow: 0px 0px 10px 0px #2E64FE;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#login_form h1 {
	text-align: center;
	margin: 0px;
	color: #0B2161;
	font-size: 27px;
	margin-bottom: 20px;
}

#login_form #login_label {
	color: #0B2161;
}

#login_form input[type="text"],
input[type="password"] {
	width: 250px;
	height: 40px;
	padding-left: 5px;
	margin: 5px;
	border-radius: 2px;
	border: 1px solid #2E64FE;
}

#login_form input[type="submit"] {
	background-color: #2E64FE;
	color: white;
	border: none;
	border-bottom: 3px solid #0040FF;
	width: 250px;
	height: 45px;
	border-radius: 2px;
	margin-left: -4px;
	margin-top: 5px;
}

#login_form #loading_spinner {
	display: none;
}