body {
	background: url("../images/photo_bg.jpg") no-repeat center center fixed;
	background-size: cover;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0;
	color: #666;
}

/* Typography */
h1#title {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 3.2em;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin: 0 auto;
	padding-top: 180px;
	max-width: 300px;
	text-align: center;
	position: relative;
	top: 0px;
}

h1#title span span {
	font-weight: 400;
}

h6 {
	text-transform: uppercase;
	color: white;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.0em;
	line-height: 2.8em;
}

a {
	text-decoration: none;
	color: #666;
	font-size:18px;
}

a:hover {
	color: #aeaeae;
}

p.small {
	font-size: 0.8em;
	margin: 20px 0 0;
}


/* Layout */
.container {
	margin: 0;
}



.login-box {
	background-color: white;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	top: 40px;
	padding-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}

.login-box .box-header {
	background-color: #003366;
	margin-top: 0;
	border-radius: 1px 1px 0 0;
}

.login-box label {
	font-weight: 900;
	font-size: .8em;
	color: #703f02;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 2em;
}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 12px;
	color: #888;
	width:40%;
	font-weight:900;
}

.login-box input:focus {
	outline: none;
	border-color: #665851;
	transition: 0.5s;
	color: #665851;
}

.login-box .button {
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: #FFFFFF;
	padding: 10px;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 1px;
	background-color: #003366;
	cursor:pointer;
	outline: none;
	width:200px;
}

.login-box .button:hover {
	opacity: 0.7;
	transition: 0.5s;
}



.selected {
	color: #665851!important;
	transition: 0.5s;
}

/* Animation Delay */
#logo {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
}

.login-box {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}