﻿@charset "utf-8";
@import url("./reset.css");
@import url("./common.css");

html{background:#ccdde2 url('../images/login/login_bg.png') repeat 0 50%;overflow-y:scroll;}
body{position:relative;height:100%;min-height:1024px;background:url('../images/login/login_bg_center3.jpg') no-repeat 50% 0;color:#333}
label,input{vertical-align:top;}

/*////////// 로그인 //////////*/
#login{position:absolute;top:50%;left:50%;height:83px;width:364px;margin-top:-92px;margin-left:-182px;}

#login .input_block{position:relative;width:268px;}
#login .input_block label{height:38px;line-height:38px;width:65px;display:inline-block;font-weight:600;}
#login .input_block input{width:193px;padding:0 4px;height:38px;line-height:38px;display:inline-block;background:#fff;font-size:14px;border:1px solid #bdbdbd;}
#login .input_block.pw{margin-top:3px;}
#login .btn_login{position:absolute;top:0;right:0;width:92px;height:83px;background:url('../images/login/btn_login.png') no-repeat 50% 50%;line-height:83px;color:#fff;font-weight:600;text-align:center}