@charset "utf-8";

/* 로그인 */
#login { width:500px; min-height:600px; margin:10% auto 0; }
#login:before { content:"강원 ICT 융합 연구원"; position:absolute; top:0; left:0; width:100%; height:60px; background:#f9f9f9; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; font-size:16px; color:#999; text-align:center; line-height:60px; z-index:-1; }
#login:after { content:"COPYRIGHT @ GRIT All Rights Reserved."; position:fixed; bottom:0; left:0; width:100%; height:60px; background:#f9f9f9; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; font-size:12px; color:#bbb; text-align:center; line-height:60px; z-index:-1; }

#login > h1{ font-size:38px; color:#222; margin-bottom:40px; text-align:center; line-height:140%; }

#login h3 { font-size:18px; color:#368eb1; margin-bottom:20px; font-weight:normal;  text-align:center; }
#login fieldset { width:calc(100% - 40px); border:1px solid #ddd; padding:50px 20px 50px;  text-align:center; background:#fff; }
#login fieldset p { font-size:16px; margin:10px 0; }
#login fieldset p:first-child { margin-bottom:20px; }
#login fieldset span { float:left; text-align:left; width:50%; margin-top:10px; font-size:12px; }
#login fieldset span:last-child { float:right; text-align:right; }
#login fieldset span a:hover { color:#0078D7 }