﻿/* login
-----------------------------------------------------------*/
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.login_bg {
    width: 300px;
    height: 200px;
    margin: 0 auto;
    background-image: url('../images/member/login_bg.png');
    background-repeat: no-repeat;
}

.login_form {
    position: relative;
    left: 0px;
    top: 0px;
    width: 250px;
}

.login_form_id {
    margin-bottom: 10px;
}

.login_button {
    width: 74px;
    height: 78px;
}

.login_footer {
    position: relative;
    top: 100px;
}

.login_footer_line {
    width: 100%;
    border-top: 1px solid #eeeeee;
}

.login_footer_text {
    margin-left: 10px;
}

body {
    padding: 0px;
}
