body {
    margin: 0px;
}

a {
    text-decoration: none;
    color: #333333;
}



.loginPage-wrapper .header {
    width: 100%;
    height: 70px;
    background: #121A2E;
}

.section {
    display: flex;
    justify-content: space-around;
    ;
    align-items: center;
    height: 100%;
}

.header .but-nav a,
.header .but-nav {
    color: #FFFFFF;
}

.font14 {
    font-size: 14px;
}

.header .but-nav .division-linear {
    margin: 0 17px;
}

.main-body.loginPage-wrapper .container-main {
    min-height: calc(100vh - 70px - 40px);
    padding-top: 120px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.loginInfo-form {
    width: 400px;
    box-sizing: border-box;
    padding: 30px 40px 20px 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgb(199 199 199 / 30%);
    margin: 0 auto;
    /*margin-top: 15%; */
}

.container-main {
    min-height: calc(100vh - 70px - 40px);
    padding-top: 120px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.loginInfo-form .loginInfo-info-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 43px;
}

.loginInfo-form .loginInfo-info-title .title-text {
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
    position: relative;
}

.loginInfo-form .loginInfo-info-title .title-text::after {
    content: '';
    width: 40px;
    height: 3px;
    background: #118EFF;
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.changeMethod-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.cursorPoint {
    cursor: pointer;
}

.mainColor {
    color: #118EFF;
}

.form {
    display: flex;
    margin: 15px 0px;
}

.third-party {
    margin: 20px 0px 10px;
    text-align: center;
}

.third-party .title {
    font-weight: bold;
}

.third-party img {
    width: 35px;
    margin: 15px;
}

.main-body.loginPage-wrapper .footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 40px;
    background: #F5F5F5;
    color: #666666;
}



.foot-left {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .main-body.loginPage-wrapper .container-main {
        padding-top: 0px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px 0px rgb(199 199 199 / 30%);
    }

    .loginInfo-form {
        background: none;
        box-shadow: inherit;
        width: 100%;
    }

    .main-body.loginPage-wrapper .footer {
        height: auto;
    }
}