/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}

html {
	background-color: #333;
}

body {
	height: 100vh;
	margin: 0;
	padding-top: 0;

}

.bg-image {
  background-image: url("https://auroraedtech.com/images/admin_bg/aurora_image.jpg");
  height: 100%;
  z-index: -1;
}

.bg-image {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.well {
	padding-bottom: 0;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
	background-color: rgba(0, 0, 0, 0.74);
	color: #ccc;
	border: 1px solid rgba(0, 0, 0, 1);
	width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -206px;
    margin-left: -250px;
	min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-size: .75em;
}

.well p {
	text-align: center;
}

.well a:link, .well a:visited, .well a:active {
	color: #84e073;
	text-decoration: underline;
}

.well a:hover {
	text-decoration: none;
}

img#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.error {
	color: #84e073;
}