.login {
    display: table;
    width: 100%;
    height: 100vh;
    position: relative;
}
.login .login_box{
    width: 100%;
    height: 100vh;
    text-align: center;
}
.login .login_box img.logo{
    width: 45%;
    margin-top: 120px;
}
.input-box{
    padding: 20px;
    margin-top: 15px;
}
.input-box .id{
    background-color: #f1f1f5 !important;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    background-image: url(/public/img/app/id_icon_2.png);
    background-size: 18px;
    background-position:15px 50%;
}
.input-box .id input{
    height: 50px;
    width: calc(100% - 40px);
    margin-left: 40px;
    background-color: transparent !important;
    border: 0;
    box-shadow: none;
}

.input-box .pw{
    background-image: url(/public/img/app/pw_icon_2.png);
}
.login-btn{
    padding: 0 20px;
    margin-top: 20px;
}
.login-btn button{
    width: 100%;
    background-color: #5C7DFB;
    color: #fff;
    height: 50px;
    line-height: 50px;
}
.copy{
    width: 100%;
    text-align: center;
    font-size: 3.5vw;
    color: #999;
    font-family: 'NanumSquareB';
    margin-top: 20px;
}

