/**
 * Login page styles
 */
body {
	background: #ededed;
	min-height: 100%;
}

#outer-wrap {
	display: block;
	height: 100%;
}
#content {
	padding: 0;
	height: 100%;
	min-height: 100%;
}
#content .flex-column {
	margin-top: 0;
	border: none;
}

.department {
	font-family: var(--font-body-condensed);
	letter-spacing: 0;
	padding-left: 1.25rem;
	line-height: 1;
	/*padding-right: 1.25rem;*/
}
.department .tagline {
	display: block;
	clear: left;
	color: inherit;
	letter-spacing: 0;
}
.department a {
	color: #000;
	display: inline-block;
	line-height: 1;
	border: none;
}

.department a:focus {
	outline: 1px dotted #dedede;
	outline-offset: 1px
}

@media (min-width: 992px) and (max-width: 1199px) {
	.department a {
		display: inline-block;
		padding: 2px 0px;
		line-height: 1.1
	}
}

.department a,
.department a:link,
.department a:visited,
.department a:hover,
.department a:focus,
.department a:active {
	font-weight: 600;
	text-decoration: none;
}

.department .tagline {
	display: block;
	clear: left;
	color: inherit;
	letter-spacing: 0;
}

.department .tagline a,
.department .tagline a:visited,
.department .tagline a:hover,
.department .tagline a:active {
	color: inherit;
	font-weight: 100;
	text-decoration: none
}

.department .tagline a:focus,
.department .tagline a:visited:focus,
.department .tagline a:hover:focus,
.department .tagline a:active:focus {
	outline: 1px dotted #dedede;
	outline-offset: 1px
}

.login-card-wrapper {
	/*margin: 2em 0;*/
	margin: 0;
}
.login-card svg {
	fill: currentColor;
	height: 2.75rem;
}
.login-card {
	/*border-radius: 0.25rem;
	margin: 2em auto;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);*/
	width: 100%;
	background: #fff;
	min-height: 100vh;
}
.login-card .login-message {
	color: #fff;
	background: #000 url("../images/DSC2463_lowres.jpg") center top no-repeat;
	background-size: auto 100%;
	width: 50%;
	position: relative;
}
.login-card .login-message-inner {
	height: 100%;
	width: 100%;
	padding: 3rem; /* 3rem 0 3rem;
	background-color: rgba(0, 0, 0, .88);*/
	background-color: rgba(0, 0, 0, .5);
}
.login-card .btn-primary {
	background-color: #000;
	border-color: #000;
	color: #fff;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-weight: 900;
	letter-spacing: .5px;
	box-shadow: 0 1px 2px 0 rgba(142, 111, 62, .3);
	text-transform: uppercase;
}
.login-card .form-group {
	position: relative;
}
.login-card .form-group .text-end {
	position: absolute;
	top: 0;
	right: 0;
}
.login-card .btn-primary:hover,
.login-card .btn-primary:focus {
	background-color: #cfb991;
	border-color: #cfb991;
	color: #000;
}
/*.login-card .login-body {
	flex: 2;
	padding: 2rem;
}*/
.login-card .card-body {
	padding: 0;
}
.login-card .login-body .login-body-wrapper {
	max-width: 420px;
}
.login-card .login-register {
	margin-top: 4em;
}
.login-card .login-body {
	padding: 4rem;
}
@media (min-width: 768px) {
	/*.login-card {
		width: 900px;
	}
	
	.login-card .login-register {
		margin-top: 2em;
	}*/
}

.auth .or {
	margin: 2em auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 85%;
}
.auth .or:before,
.auth .or:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 45%;
	height: 1px;
	background: #eee;
}
.auth .or:before {
	left: 0;
}
.auth .or:after {
	right: 0;
}

.copyright {
	font-size: .875rem;
	font-family: source-serif-pro, Georgia, serif;
}
.copyright a {
	color: #000;
}
.btn-cilogon {
	background-color: #547D54; /* Original color: rgb(102, 153, 102); Changed for WCAG AA compliance */
	border-color: #547D54;
	color: #fff;
}
.btn-cilogon img {
	height: 20px;
}
.btn-cilogon:hover,
.btn-cilogon:focus {
	background-color: rgb(70, 106, 70);
	border-color: rgb(70, 106, 70);
}
