<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Login */

.login-wrapper {
	background: url("../images/login_bg.jpg") no-repeat -80px center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 500px;
	width: 100%;
	background-size: 140%;
}

	.login-wrapper .login-form {
		margin-top: 115px;
	}

.login-form .form-group input, .login-form .btn {
	width: 100%;
}

.login-form a {
	color: #3d3d3d;
	font-weight: 300;
}

.validation-summary-errors {
	color: #3d3d3d;
	font-weight: 300;
	background: white;
	border-radius: 4px;
	padding: 15px 10px 5px 10px;
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

@media (max-width: 767px) {
	.login-wrapper .login-form {
		margin-top: 0;
		padding-top: 70px;
	}

	.login-wrapper, .visual {
		min-height: 300px;
		padding-bottom: 40px;
		background-size: auto;
	}
}

h1.home {
	color: black;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 15px;
}</pre></body></html>