@charset "utf-8";
@import url('common.css');
/* login */
.login_bg{
    width: 100%;
    height: 100%;
    background: url(../images/login_bg.png) top left no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.login_box{
    width:661px; height:398px;
    margin: 300px auto 0;
    background:url(../images/login_box.png) left top no-repeat;
    box-shadow: 5px 5px 20px #6f8190;
}
.login_form{
    width: 392px;
    padding: 56px 57px 0;
}
.login_form > img{
    margin:0 52px 65px;
}
.login_form > input[type='text'], input[type='password']{
    width: 100% !important;  height: 30px !important;
    border-radius: 3px;
}
.login_form > div > span{font-family: 'Dotum';  font-size:12px}
.login_box ~ p{
    width:661px;
    margin: 30px auto 0;
    color:white;
    text-align: center;
}

.loginBtn{width:100%; height: 38px; background-color:#384057; color:white;}
.fcRed{ color:#c94f4f !important;}
/* -- login */