#pages_login {
    width: 580px;
    margin: 200px auto;
}

#pages_login {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #000836;
}

.pages_login_in {
    width: 394px;
    margin: 0 auto;
    padding-top: 90px;
}

.logindiv {
    width: 290px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.logow {
    float: left;
    margin-right: 10px;
}

.logow1 {
    float: left;
    width: 150px;
    margin-right: 10px;
}

.login_txt {
    float: left;
    font-family: Lato;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #acacac;
    padding-top: 25px;
}

.login_txt c {
}

.login_txt_sub {
    font-family: NotoSansCJKkr;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    color: #707070;
    margin-top: 25px;
    margin-bottom: 40px;
}

.login_input {
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #acacac;
    outline: none;
}

.login_input input {
    width: 394px;
    height: 44px;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    margin-top: 20px;
    background-color: transparent !important;
    color: #fff;
}

.login_input input::placeholder {
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #acacac;
}

.login_input input:focus {
    width: 394px;
    height: 44px;
    outline: none;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
}

.login_input input:active {
    outline: none;
    border: none;
    background-color: transparent;
}

.btnloginb {
    width: 394px;
    height: 65px;
    background-color: #43425d;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 80px;
    border: none;
}

.btnloginb {
    font-family: NotoSansCJKkr;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
}
