html {
	height: 100%;
	background: #000000;
	background-image: url(img/stacked-circles.png); /* fallback */
	background-image: url(img/stacked-circles.png), radial-gradient(circle at 0.7% 27.01%, #346d74, transparent 31%),radial-gradient(circle at 32.55% 70.1%, #011e34, transparent 60%),radial-gradient(circle at 64.07% 31.99%, #011e34, transparent 71%),radial-gradient(circle at 98.91% 50.64%, #81d8db, transparent 41%),radial-gradient(circle at 50% 50%, #000000, #000000 100%); /* W3C */
	background-repeat: no-repeat;
}
.container {
	padding: 0px !important;
}
body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	color: #7f8c8d;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:link,
a:visited,
a:hover,
a:active { text-decoration: none; }

h1 { font-family: 'Oswald', sans-serif; font-size: 43px; color: #2c3e50; font-weight: 100; margin-bottom: 10px; line-height: 1.4}
h2 { font-size: 19px; color: #7f8c8d; font-weight: normal; margin-bottom: 30px;}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.container {
	padding: 75px 30px 105px;
	text-align: center;
}

.login {
	width: 100%;
	max-width: 420px;
	border: 1px solid #dee1e2;
	background-color: #ffffff;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto 20px;
	padding: 35px;
}

.login-logo {
	margin: 0 auto 25px;
}

.login input[name="username"],
.login input[name="password"] {
	height: 55px;
	width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 3px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	border: 1px solid #d4d8d8;
	background-color: #ecf0f1;
	padding-left: 20px;
	margin-bottom: 20px;
	color: #7f8c8d;
}

.login button[type="submit"] {
    width: 100%;
    height: 55px;
    color: #ffffff;
    background-color: #009dc4;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    border: 0;
    border-radius: 3px;
    transition: background-color 200ms ease-in-out;
}

.login button[type="submit"]:hover {
    color: #ffffff;
    background-color: #0089ab;
   
}

.forgot-pw {
	text-transform: uppercase;
	color: #acbebf;
	font-size: 14px;
	transition: all 200ms ease-in-out;
	font-weight: 500;
}

.forgot-pw:hover {
	color: #7f8c8d;
}

.error {
	background-color: #DC143C;
	font-family: 'Ubuntu', sans-serif;
	color: #ffffff;
	font-size: 14px;
	border-radius: 3px;
	padding: 15px 20px;
	margin: 0 auto 20px;
	text-align: left;
	line-height: 1.4;
}

.error .fa-exclamation-circle {
	font-size: 36px;
	position: absolute;
}

.error .details {
	display: inline-block;
	margin-left: 45px;
	vertical-align: top;
}

.new-user {
	width: 100%;
	display: block;
	max-width: 420px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    background-color: #009aa8;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    border: 0;
    padding: 20px;
    border-radius: 3px;
    transition: background-color 200ms ease-in-out;
}

.new-user:hover {
	background-color: #00838f;
}

.copyright {
	font-size: 14px;
	margin-top: 0 auto;
	text-align: center;
}

.beaker {
	max-width: 18px;
	height: auto;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-left: 3px;
}

.select-dealer {
	width: 100%;
	padding: 10px;
	background-position: right 10px center;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-size: 13px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    box-shadow: inset 0 -1px 0 #ddd;
    font-size: 16px;
    line-height: 1.5;
    font-family: inherit;
    text-transform: none;

}

select:focus {
	border: 1px solid #66ccff;
	box-shadow: 0px 0px 10px 2px #66ccff;
}

/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {

	h1 {
		font-size: 33px;
	}

	h2 {
		font-size: 15px;
	}

	.container {
		padding: 50px 30px 50px;
		text-align: center;
	}

	.login {
		padding: 30px;
	}

	.login-logo {
		padding: 0px 10px;
		margin: 0 auto 15px;
	}

}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}