* {
    margin: 0;
    padding: 0;
}

body,
html,
.content {
    height: 100%;
    width: 100%;
}

.content {
    background: url('../../img/bg_new.png');
    background-size: 100% 100%;
    position: relative;
}

.login {
    position: absolute;
    top: 33%;
    left: 6%;
    width: 26%;
    height: 60%;
}

.title {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #3A3A3F;
}

.inputDiv {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #3A3A3F;
    margin: 6% 0;
}

.inputDiv>div input {
    border: none;
    width: 100%;
    font-size: 17px;
    outline: none;
    margin-top: 5%;
}

.inputDiv>div:last-child {
    border-bottom: 2px solid #000;
}

.btn {
    margin-top: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 8%;
    background: url('../../img/btn.png');
    background-size: 100% 100%;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}