@charset "utf-8";
/* RESET CSS */
* { margin:0; padding:0; outline:0; vertical-align:top; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu nav, section { display:block; }
ul, ol, dl { list-style:none; }
img, video { max-width:100%; border:0; vertical-align:top; }
a {vertical-align:top; text-decoration:none; color:#000; }
table { border-collapse:collapse; border-spacing:0; }
input, select { vertical-align:middle; }
html, body { margin:0; padding:0; height:100%; }
body, th, td, input, select, textarea { color:#444; font-family:'Noto Sans KR', 'Malgun Gothic','Dotum','Apple SD Gothic Neo', sans-serif; font-size:12px; line-height:1.5em;}
button { cursor:pointer; font-family:'Malgun Gothic','돋움'; }


/* 로그인 */
.loginWrap {
height: 100%;
background-image: url(../images/login_bg.jpg);
background-color: #e8e8e8;
background-size: cover;
background-repeat: repeat;
background-position: center;
}
.loginForm {
position: absolute;
width: 400px;
height: 400px;
top: 50%;
left: 300px;
margin: -200px 0 0 -200px;
padding: 20px;
text-align: center;
border-radius: 20px;
box-sizing: border-box;
background-color: rgba(0,2,20,0.3);
}
.loginForm > h1 {
padding: 70px 0 10px;
margin-bottom: 30px;
color: #fff;
font-size: 28px;
font-weight: 400;
background: url(../images/logo_siis_wh.png) no-repeat 20px top;
background-size: 100px;
}
.loginForm > h2 {
width: 110px;
margin: 0 auto;
padding: 10px 0;
border-top: 1px solid #4648bf;
color: #4648bf;
font-weight: normal;
font-size: 15px;
text-align: center;
background-color: transparent;
}
.loginForm > ul {
margin: 0 auto;
width: 315px;
}
.loginForm > ul li {
height: 60px;
}
.loginForm > ul li.id {
height: 23px;
}
.loginForm > ul li a {
text-decoration: underline;
}
.loginForm > ul li.reset label {
cursor: pointer;
color: blue;
font-size: 14px;
}
input.login {
width: 270px;
padding: 15px;
font-size: 14px;
box-sizing: border-box;
border: none;
border-radius: 30px;
border-bottom: 1px solid #fff;
background-color: #fff;
}
.loginForm ul li > span.error {
display: inline-block;
font-size: 12px;
color: tomato;
}
.loginForm > ul li button.login {
width: 270px;
margin-top: 15px;
padding: 15px;
font-size: 15px;
color: #fff;
box-sizing: border-box;    
border: none;
border-radius: 30px;
background-color: #2b62ae;
}
.loginForm > ul li button.login:hover {
color: #2b62ae;
border: 1px solid #2b62ae;
background-color: #fff;	
}
.loginForm > ul li button.text {
padding: 10px;
border: none;
font-size: 14px;
color: #555;
background-color: transparent;
}
.id {
padding: 20px 0 0 0;
color: #fff;
}

/*비밀번호 초기화*/
.requestId {
width: 255px;
height: 22px;
font-size: 16px;
}

.mt20 {
margin-top: 0px;
}