/* 
=================================================================================
 + 안내   : 이 파일은 아래의 웹싸이트 자료를 참고로 수정하였음을 알려드립니다.
 + 출처   : http://lincdemo.cafe24.com
 + 제작자 : 최연승(web@designa1.co.kr)
=================================================================================
 + 파일명 : theme-admin.css
 + 수정일 : 2015-06-04/2015-06-04(최종수정일)
 + 수정자 : Redinfo (webmaster@redinfo.co.kr)
 + 기타   : (가이드 URL) http://b.redinfo.co.kr/87
            (싸이트 URL) http://b.redinfo.co.kr
=================================================================================
*/
@charset "utf-8"; 
/* 관리자 css */
body {background: #EFF1F2;}

/* 
===================
 + 관리자 로그인
=================== */
section{border-top:8px solid #536b8a;width:500px;height:382px;background:#fff;margin:250px auto 0 auto;position:relative;box-shadow:0 1px 3px rgba(0,0,0,0.3)}
.biz {border-top:8px solid #607d8b !important;}
section .member{width: 90%;position: relative; margin: 0 auto}
section .member h4{text-align: center; margin:50px auto 30px auto}
.member input {width: 100%; height: 30px; border-radius: 5px;margin: 5px auto 15px auto;}
.member button {border-radius: 5px; background: #73879C; width: 101%; border: none; height: 35px; margin:10px auto 15px auto; color: #fff; font-size: 1.2em;}
.member p a {float: right;line-height: 25px;font-weight: bold;color: #7d7b7b;}
.member p label {float: left;line-height: 25px;} 
.login_footer{width: 500px;margin: 20px auto; line-height: 25px; border-radius: 10px; background: #607d8b;color: #eff1f2; text-align: center;font-size: 1em; }
#stay-log { width: 15px;float: left;margin-right: 5px; height: 15px;} 
.intrologo {width: 30%;}