/*@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);*/

body {
	background: url("../images/login_05.jpg") no-repeat center center fixed; !important;
	background-size: cover; !important;
	font-size: 16px; !important;
	font-family: 'Noto Sans KR', sans-serif; !important;
	font-weight: 300; !important;
	margin: 0; !important;
	color: #666; !important;
}

/* Typography */
h1#title {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 2.3em;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	width: 100%;
	text-align: center;
	position: relative;
	top: 0px;
}

h1#title span span {
	font-weight: 400;
}

h2 {
	text-transform: uppercase;
	color: white;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.4em;
	line-height: 2.8em;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #aeaeae;
}

p.small {
	font-size: 0.8em;
	margin: 20px 0 0;
}


/* Layout */
.loginContainer {
	margin-top: 8%;
}

.top {
	margin: 0;
	padding: 0;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.login-box {
	background-color: white;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	padding-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}

.login-box .box-header {
	background-color: #3c4b73;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
}

.login-box label {
	font-weight: 700;
	font-size: 0.9em;
	color: #888;
	padding: 8px;
	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: 0.9em;
	width: 50%;
	color: #888;
}

.login-box input:focus {
	outline: none;
	border-color: #3c4b73;
	transition: 0.5s;
	color: #3c4b73;
}

.login-box button {
	margin-top: 20px;
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9em;
	width: 55%;
	letter-spacing: 1px;
	background-color: #3c4b73;
	cursor:pointer;
	outline: none;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
	background-color: #0d8ddb;
}

/*.selected {
	color: #3c4b73!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;
}
