*{
    margin: 0px;
    padding: 0px;
}
input::-webkit-input-placeholder {
    color: #fffbff;
    font-size: 13px;
}
.login-logo-container{
    position: absolute;
    /*left: 46%;*/
    /*top: 5%;*/
    /*transform: translateX(-50%);*/
    position: absolute;
    left: 22%;
    top: 5%;
    transform: translateX(-15%);
}
.login-logo-container img{
    width: 85%;
    height: 100%;
}
.login-box{
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../img/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.login-container{
    width: 800px;
    height: 500px;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-image: url(../img/content_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.login-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}
.login-content-box{
    width: 260px;
    position: absolute;
    right: 85px;
    bottom: 70px;
}
.login-title-container{
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    display: inline-flex;
}
.login-title-container span{
    display: inline-block;
    width:20%;
    height: 2px;
    background-color: #006766;
}
.login-wrapper h3{
    display: inline-block;
    text-align: center;
    color: #00645d;
}
.login-id-container, .login-password-container{
    position: relative;
    width: 100%;
    height: 35px;
    border: none;
    color: white;
    border-bottom: 1px solid white;
    background-color: transparent;
}
.login-id-container .id-icon,.login-password-container .password-icon{
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 8px;
    left: 9px;
    background-color: transparent;
}
.login-id-container .id-icon img,.password-icon img,.code-icon img{
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
}
.login-id-content,.login-password-content{
    position: absolute;
    top: 0px;
    left: 40px;
    width: 88%;
    height: 35px;
    border: none;
    color: white;
    background-color: transparent;
    outline: none;
}
.login-code-container{
    width: 100%;
    height: 35px;
    border: none;
    color: white;
    display: inline-flex;
    border-bottom: 1px solid white;
    background-color: transparent;
}
.code-left-container{
    width: 55%;
    height: 35px;
    background-color: transparent;
    position: relative;
}
.code-left-container .code-icon{
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 8px;
    left: 9px;
    background-color: transparent;
}
.code-right-container{
    width: 35%;
    margin-left: 10%;
    height: 35px;
    background-color: #006766;
    text-align: center;
    line-height: 35px;
    position: relative;
    bottom: 10px;
}
.login-code-content{
    position: absolute;
    top: 0px;
    left: 40px;
    width: 80%;
    height: 35px;
    border: none;
    color: white;
    background-color: transparent;
    outline: none;
}
.login-rem-container{
    position: relative;
    width: 100%;
    height: 15px;
    font-size: 13.5px;
    margin-top: 5px;
}
.login-rem-container input{
    position: absolute;
    right: 57px;
    top: 4.5px;
}
.login-rem-container span{
    position: absolute;
    right: 0px;
}
.login-button-container{
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #006766;
    color: white;
    border: none;
}
.login-id-container,.login-password-container,.login-code-container,.login-wrapper button{
    margin-top: 22px;
}