@charset "utf-8";
.login_area{
    background-image:
    url(../images/bg_town.png),
    url(../images/bg_login.png);
    background-repeat:
    no-repeat,
    no-repeat;
    background-position:
    bottom,
    center;
    background-size:
    auto,
    cover;
    height: 90%;
    width: 100%;
    position: absolute;
}
.login_form_area {
    background-color: #fff;
    border: solid 2px #C9CACA;
    margin: auto;
    width: 50%;
    max-width: 480px;
    min-width: 460px;
    height: 390px;
    margin-top: 130px;
}

.login_form_area label{
    color: #0F76BB;
    width: 18%;
    text-align: right;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-left: 15px;
    font-size: 16px;
}
.login_form_area button{
    display: block;
    margin: auto;
    width: 290px;
    font-size: 140%;
    border-radius: 10px;
    background-color: #0F76BB;
    height: 45px;
    color: white;
}
.login_err_area{
    text-align: center;
    margin-top: 20px;
}

.company_area{
    margin-top: 60px;
}
.user_area{
    margin-top: 10px;
}
.passwd_area{
    margin-top: 10px;
    margin-bottom: 25px;
}
.login_form_area input{
    border: solid 2px #C9CACA;
    border-radius: 5px;
    width: 68%;
    height: 40px;
}
.id {
    padding-left:5px;
    padding-right:5px;
}
.pw {
    padding-left:5px;
    padding-right:5px;
}

@media only screen and (max-width: 767px) {
    .login_form_area {
        width: 88%;
        height: auto;
        min-width: initial;
        margin-top: 85px;
        border-width: 1px;
        max-width: 400px;
        min-height: 205px;
    }
    .login_form_area label{
        font-size: calc(10px + 0.3vw);
        width: 20%;
        margin-left: 5px;
    }
    .login_form_area button{
        width: 70%;
        height: 40px;
        border-radius: 5px;
        font-size: 12px;
    }
    .login_form_area input{
        height: 22px;
        border-width: 1px;
        border-radius: 3px;
        width: 65%;
    }
    .user_area{
        margin-top: 0px;
    }
    .passwd_area{
        margin-top: -7px;
        margin-bottom: 4px;
    }
    .login_err_area{
        text-align: center;
        margin-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
    }
    .company_area label {
            margin-bottom: 20px;
    }
}
