.residentArea .unitTitle{
    margin-bottom: 3%;
}

.residentArea .residentBox .formBox{
    margin-top: 15%;
}

.residentArea .residentBox .formBox .register{
    font-weight: 300;
    display: inline-block;
    margin-top: 10px;
}

.residentArea .residentBox .formBox .forget{
    display: inline-block;
    margin-top: 10px;
    font-weight: 300;
}

.residentArea .residentBox .loginImg{
    width: 70%;
    display: block;
    margin: 0 auto;
}

/* registerBox */
.residentArea .registerBox{
    width: 70%;
}

.residentArea .registerBox .formBox{
    margin-top: 7%;
}

.residentArea .residentBox .formBox .formItem{
    display: flex;
    border-bottom: 1px solid #3e3a39;
    padding-bottom: 7px;
    margin-bottom: 5%;
}

.residentArea .residentBox .formBox .formItem label{
    font-weight: 300;
    min-width: 110px;
    margin-top: 2px;
    color: #3e3a39;
}

.residentArea .residentBox .formBox .formItem .form-control{
    margin: 0;
}

.residentArea .residentBox .formBox ::placeholder{
    color: #00000079 !important;
    font-weight: 300;
}

.residentArea .residentBox .formBox .btnBox .sentBtn{
    width: auto;
    margin-top: 3%;
}

/* forgetInfo */
.residentArea .residentBox .forgetBox .formBox .forgetInfo{
    font-weight: 300;
    margin-bottom: 5%;
}

.residentArea .residentBox .forgetBox .formBox .forgetInfo li{
    line-height: 2.3;
    display: flex;
    text-align: justify;
    margin-bottom: 5px;
}

.residentArea .residentBox .forgetBox .formBox .forgetInfo .fw-bold{
    font-weight: 400 !important;
    color: #000;
}

.residentArea .residentBox .forgetBox .formBox .formItem label{
    min-width: 60px;
}

input{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #3a3a3a;
    outline: 0;
    padding: 5px 0;
    margin-bottom: 5%;
    width: 100%;
}

.name{
    color: #3e3a3a;
    margin-top: 2%;
    display: inline-block;
}

.sentBtn{
    min-width: calc(60px + 2.2vw);
    text-align: center;
    margin-top: 10%;
}

.Img{
    overflow: hidden;
}

.mainImg{
    width: 28%;
    display: block;
    margin-left: auto;
}

a .Img .innerImg .image{
    transition: all 0.4s ease;
}

a:hover .Img .innerImg .image{
    transform: scale(1.1);
    transition: all 0.4s ease;
}

a .Img .innerImg .image::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    transition: all 0.4s ease;
}

a:hover .Img .innerImg .image::after{
    background: #0000006e;
    transition: all 0.4s ease;
}

.topBox{
    align-items: end;
    margin-top: -6%;
}

h6{
    font-weight: 300;
    margin: 3% 0 1% 0;
}

@media (max-width:991px) {
    .residentArea .residentBox{
        margin-top: 20%;
        padding-bottom: 15%;
        font-size: calc(14px + .7vw);
    }

    .residentArea .residentBox .loginImg{
        width: 100%;
        margin-top: 15%;
    }

    /* registerBox */
    .residentArea .registerBox{
        width: 100%;
    }

    /* forgetBox */
    .residentArea .residentBox .forgetBox{
        padding-bottom: 10%;
    }

    .residentArea .residentBox .forgetBox .formBox .forgetInfo li{
        line-height: 1.8;
    }

    .residentArea .residentBox .forgetBox .forgetBox .formBox .formItem label{
        min-width: 50px;
    }

    .name{
        font-size: calc(14px + .7vw);
    }

    .mainImg{
        margin-left: 0;
        margin-top: 5%;
        width: 40%;
    }

    h6{
        margin:10% 0 5% 0;
        font-size: calc(14px + .7vw);
    }
}

@media (max-width:767px) {
    .residentArea{
        padding-bottom: 5%;
    }

    .residentArea .residentBox{
        padding-bottom: 0;
    }

    .residentArea .residentBox .registerBox{
        padding-bottom: 10%;
    }
}