@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);

/*========================================
CSS Reset
========================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

:focus {
	outline: 0;
}

textarea {
	overflow: auto;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

/*========================================
Typography
========================================*/

body {
	font-family: 'Raleway', sans-serif;
	line-height: 1.4;
	color: #fff;
}

h1, h2, h3, h4 {
	font-weight: 300;
	text-transform: uppercase;
}

p {
	margin: 0 0 15px;
}

a {
	text-decoration: none !important;
}

/*========================================
Login
========================================*/

body {
	background: #383D46 url(../img/cityscape.svg) repeat-x top center;
	background-size: 1396px 560px;
	margin-bottom: 28px;
}

#logo {
	width: 228px;
	height: auto;
	position: absolute;
	top: 44px;
	left: 52px;
}

#content-main {
	margin: auto 0;
	text-align: center;
}

#content-main h1 {
	font-size: 30px;
	font-weight: 500;
	height: 460px;
	width: 100%;
	display: table;
}

#content-main h1 div {
	display: table-cell;
	vertical-align: bottom;
}

#content-main form {
	margin-top: 80px;
}

.form-row {
	margin: 0 auto 20px;
	max-width: 740px;
}

.form-row:after {
	content: "";
	display: table;
	clear: both;
}

label {
	width: 50%;
	display: block;
	float: left;
	padding: 8px 10px 0 0;
	text-align: right;
	font-size: 18px;
	font-weight: 500;
}

.required:after {
	content: '' !important;
}

input[type=text],
input[type=password] {
	width: 50%;
	height: 38px;
	float: left;
	padding: 10px 5px 8px;
	background: rgba(255,255,255,.1);
	border: 1px solid #fff;
	font-size: 18px;
	font-weight: 300;
}

input[type=text]:hover,input[type=text]:focus,
input[type=password]:hover,input[type=password]:focus {
	background: rgba(255,255,255,.2);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

input[type=submit] {
	margin-left: 155px;
	background: rgba(255,255,255,0);
	border: 1px solid #fff;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 40px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

input[type=submit]:hover {
	background: rgba(255,255,255,.2);
}

/*========================================
Footer
========================================*/

#bottom-border {
	position: fixed;
	z-index: 20;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
	width: 100%;
	overflow: hidden;
}

#bottom-border div {
	float: left;
	width: 8.3333%;
	height: 8px;
}

#bottom-border .color0 {
	background: #1A1333;
}

#bottom-border .color1 {
	background: #252849;
}

#bottom-border .color2 {
	background: #01545A;
}

#bottom-border .color3 {
	background: #007351;
}

#bottom-border .color4 {
	background: #36B780;
}

#bottom-border .color5 {
	background: #A9D164;
}

#bottom-border .color6 {
	background: #F9BE44;
}

#bottom-border .color7 {
	background: #EE6932;
}

#bottom-border .color8 {
	background: #EC1846;
}

#bottom-border .color9 {
	background: #A1295E;
}

#bottom-border .color10 {
	background: #6E2062;
}

#bottom-border .color11 {
	background: #150B3F;
}

/*========================================
Responsive
========================================*/

@media (max-width:1355px){

}

@media (max-width:768px){

body {
	background-size: 1196px 310px;
}


#logo {
	width: 200px;
	height: auto;
	position: absolute;
	top: 22px;
	left: 22px;
}

#content-main h1 {
	font-size: 24px;
	height: 300px;
	max-width: 520px;
	margin: 0 auto;
}

#content-main form {
	margin-top: 40px;
}

.form-row {
	max-width: 300px;
}

label {
	width: 100%;
	display: block;
	float: none;
	padding: 0 0 2px 0;
	text-align: left;
}

input[type=text],
input[type=password] {
	width: 100%;
	float: none;
	margin-bottom: 2px;
}

input[type=submit] {
	margin-left: 0;
}

}
