body.login {
	background-color: white;
	background-image: url("../../images/ics-class-login-screen.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

#login#login {
	font-family: "Arial Narrow", Arial, sans-serif;
	padding-top: 80px;
}

#login#login h1 a {
	background-image: url("../../images/icsclass-logo.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 112px;
	height: 112px;
	padding: 0 12px;
	position: relative;
	z-index: 2;
}

#login#login form {
	z-index: 1;
	margin: -45px 0;
	position: relative;
	background: #f7f7f7;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	border-top: 40px solid #124b99;
	border-bottom: 40px solid #124b99;
	border-radius: 8px;
	padding: 26px 24px 40px;
	overflow: visible;
}

input#wp-submit {
	position: absolute;
	bottom: -40px;
	height: 40px;
	right: 0;
	width: 100%;
	text-align: right;
	padding: 0 30px;
	border: none;
	border-radius: 8px;
	letter-spacing: 1px;
}

input#wp-submit.button.button-primary.button-large {
	background: #124b99;
}

p#nav#nav a {
	padding: 4px 8px;
	background: white;
	border-radius: 4px;
	color: #124b99;
}

p#backtoblog#backtoblog {
	position: absolute;
	top: 20px;
	left: 10px;
	transition: all 0.25s ease-out;
}

p#backtoblog#backtoblog a {
	color: #124b99;
	font-style: italic;
}

p#backtoblog#backtoblog:hover {
	transform: translateX(-2px);
}

p#backtoblog#backtoblog:hover a {
	color: #1a6ddd;
}

p.message.message.message {
	border-left: 4px solid #124b99;
}

.language-switcher {
	display: none;
}

/*# sourceMappingURL=login.css.map */