@charset "utf-8";

body {
	min-width: 1280px;
	background-image: url(../image/background.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #bfbfbf;
	font-family: arial, sans-serif;
}

div.main-contents {
	margin: 171px 0px 0px 0px;
}

div.error {
	width: 302px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px -49px 0px;
	padding: 20px;
	border: 1px solid #FF0000;
	color: #FF0000;
	background: #FADCE9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

:placeholder-shown {
	font-size: 1.3rem;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder{
	font-size: 1.3rem;
  color: rgba(255,255,255,1);
}

/* Firefox 18- */
:-moz-placeholder{
	font-size: 1.3rem;
  color: rgba(255,255,255,1);
}

/* Firefox 19+ */
::-moz-placeholder{
	font-size: 1.3rem;
  color: rgba(255,255,255,1);
}

/* IE 10+ */
:-ms-input-placeholer{
	font-size: 1.3rem;
  color: rgba(255,255,255,1);
}

.login-form{
	text-align: center;
	width: 400px;
	background-color: rgba(32,56,100,0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.login-form span{
	display: block;
}

input::placeholder {
	color: rgba(204,204,204,1);
}

/* IE */
input:-ms-input-placeholder {
	color: rgba(204,204,204,1);
}

/* Edge */
input::-ms-input-placeholder {
	color: rgba(204,204,204,1);
}

span.loginID input, span.loginPW input{
	width: 320px;
	border: none;
	padding: 12px;
	font-size: 1.3rem;
	background-color: rgba(255,255,255,1);
}

span.liginLogo img{
	margin-top: 25px;
	}

span.loginID input{
	margin-top: 52px;
	}

span.loginPW input{
	margin-top: 30px;
	}

span.button input{
	margin: 50px 0px 25px 0px;
	outline:none;
	}

span.button input:hover{
	margin: 50px 0px 25px 0px;
	opacity: 0.8;
	}
