/* theme specific styles: crx1 */
/* compose mail buttun in header bar */
body.task-mail .menu a.compose {
    display: block !important;
}

/* login page */

#layout-content.login_window {
	background-color: #0082c9;
	background-size: cover;
	background-repeat: no-repat;	
	background-image: url('../images/background_crx.jpg');
}

#login-header {
	color: #737677;
	background: #fff;
	opacity: 0.5;
	border-radius: 0.3em;
	margin-bottom: .5rem;
	margin-top: 0;
	padding: 0.1em 0;
}
#login-header .input-group-prepend {
	margin-left: 2px;
}
#login-header .input-group-hint {
	padding: .2em 3em 0;
}
#login-header.input-group > .input-group-prepend > .input-group-text {
	border-radius: .25rem;
}
.input-group .icon.exclamation::before {
	content: "\f12a";
	color: #ff5552;
}

#login-footer {
	background: #fff;
	opacity: 0.5;
	border-radius: 0.3em;
	padding: 0.1em 0;
}

.aboutover-header {
	text-align: center;
}
.aboutover-header img {
	max-height: 58px;
	max-width: 78px;
	padding: .25rem;
}
