html {
	height: auto !important;
	min-height: 100%;
}

body {
	height: auto;
    min-height: 100vh;
    color: #9ea7b3 !important;
    font-family:"Open Sans", Arial, sans-serif!important;
    font-size: 13px !important;
    line-height: 20px;
    overflow-x: hidden !important;
    z-index: -2;
    margin: 0px !important;
    background: url('/assets/img/backstretch/bg.jpg') no-repeat top center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.base .container {
	height: auto;
    min-height: 100vh;
	width: 100%;
	max-width: 100% !important;
	margin: 0;
	padding: 0;
    position: relative;
}

.logo-error {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 3px 3px 0 0;
    color: #FFFFFF;
    left: 0;
    padding: 10px 19px 0px 19px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
}

.logo-error h1 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: -1px;
    text-decoration: inherit;
}

.logo-error h1 div {
    background: url("/assets/img/logos/systemx-light.svg") no-repeat;
    display: inline-block;
    text-indent: -9999px;
    width: 120px;
}

.logo-error h1 span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
	color: #a7a9ac;
    font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 0;
    padding: 3px 5px;
    position: relative;
    top: -2px;
	left: 2px;
}

div.page-error {
	width: 100%;
}

div.page-error .error-page {
	background: transparent;
	padding: 20px;
	margin-bottom: 30px;
}

div.page-error .error-page p {
	text-align: left !important;
}

.account-copyright {
	font-size: 12px;
	bottom: 21px;
	left: 16px;
}

/* Common Messages */
div.page-error .error-page .common-message {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	padding: 20px;	
	width: 80%;
	max-width: 680px;
	margin: 50px auto;
}

@media (min-width: 960px) {
	div.page-error .error-page .common-message {
		width: 50%;
	}
}

.common-message .error-image {
	padding: 10px;
	width: 30%;
	text-align: center;
	padding-top: 20px;	
}

.common-message .error-message {
	padding: 10px;
	width: 70%;
	color: #8dbc50;
	font-size: 13px;	
}

.common-message .alert.not-found span {
	text-transform: capitalize;
}

.common-message .error-message span {
	font-weight: bold;
}

.common-message .error-message .telephone {
	display: block;
	margin: 10px 0;
	color: #fff;
	font-size: 20px;
}

div.page-error .error-page .common-message .alert {
	border-radius: 4px;
}

div.page-error .error-page .panel.dark {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
}

div.page-error .error-page .panel.light {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px;
}

/* Privacy Page */
div.page-error .error-page .panel .small-margin-bottom {
	border-bottom: 1px solid #9ea7b3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div.page-error .error-page .panel h5 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}

div.page-error .error-page .panel div.privacy-bullet-container {
	padding-bottom: 20px;
}

div.page-error .error-page .panel div.privacy-bullet-container ul {
	padding-left: 20px;
}

div.page-error .error-page a {
	color: #428bca;
}

div.page-error .error-page a:hover {
	color: #2a6496;
}
