body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.cmi-card-container {
	width: 100%;
	padding: 50px;
}

.panel-default {
	width: 50%;
	margin: 0 auto;
	min-width: 450px;
	border-radius: 5px;
}

.panel-heading-cmi {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align: center;
	background: #0e295c;
}

.card-title img {
	width: 300px;
	height: auto;
}

#errorAlert,
#browserAlert {
	display: none;
}

.google-signin img,
.microsoft-signin img {
	margin-bottom: 3px;
	margin-right: 5px;
}

.google-signin,
.microsoft-signin {
	float: right;
	margin-top: 5px;
}

.social-buttons-container {
	float: right;
	width: 70%;
}

.social-buttons-spacer {
	float: right;
}

.modal-header {
	background: #0e295c;
	color: #ffffff;
}

.modal-header .close span {
	color: #ffffff;
}

.forgot-email-input {
	width: 300px;
}

#forgotSuccess {
	display: none;
}

#cmiForm {
	background-color: white;
}
