#login {
    height: 100%;
}

.login {
    width: 100%;
    height: 100%;
    display: flex;
}

.login .loginTip {
    position: absolute;
    right: 86px;
    top: 48px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #999999;
}

.login .loginTip :nth-child(2) {
    color: #37a891;
}

.login .loginRight .loginFooter {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 84px solid #d7f1e9;
    border-left: 84px solid transparent;
}

.login .loginLeft {
    flex: 1 0 auto;
    height: inherit;
}

.login .loginRight {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: inherit;
    overflow: hidden;
    padding: 0 50px;
    position: relative;
}

.login .loginRight .internationalSwitching {
    position: absolute;
    top: 24px;
    right: 24px;
}

.login .loginRight .internationalSwitching img {
    width: 24px
}

.login .loginRight .internationalSwitching img:hover {
    cursor: pointer;
}

.login .loginRight .loginHeader {
    text-align: center;
    margin-bottom: 60px;
}

.login .loginRight .loginHeader .loginLogo {
    height: 60px;
    width: 60px;
    margin-right: 20px;
}

.login .loginRight .loginHeader>span {
    font-family: SourceHanSansCN-Medium;
    font-size: 36px;
    font-weight: 500;
    color: #008F7A;
    line-height: 44px;
    vertical-align: middle;
}

.login .loginRight .loginTitle {
    margin: 28px 0 48px 0;
    text-align: center;
}

.login .loginRight .loginTitle :nth-child(odd) {
    width: 79px;
    border-top: 1px solid #e9e9e9;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    top: -4px;
}

.login .loginRight .loginTitle :nth-child(2) {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    font-weight: 500;
    color: #666666;
}

.login .loginRight .loginForm .loginLabel {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 0 0 8px 14px;
}

.login .loginRight .loginForm .loginCode {
    width: 280px !important;
    margin-right: 20px;
}

.login .loginRight .loginFormForgot {
    float: right;
    padding-right: 12px;
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    font-weight: normal;
    line-height: 48px;
    color: #37a891;
}

.login .loginRight .loginFormButton {
    width: 100%;
    height: 48px;
    border-radius: 2px;
    box-shadow: 0px 4px 10px 0px rgba(126, 224, 174, 0.28);
    color: #ffffff;
    font-family: SourceHanSansCN-Regular;
    font-size: 22px;
    font-weight: normal;
    background-color: #008F7A;
}
.login .loginRight .loginFormButton:hover {
    opacity: 0.8;
}

.ant-input {
    height: 40px;
}

/*h5*/
.box {
    width: 100%;
    height: 100%;
    background-image: url("../img/h5Login.png");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}


.box .content {
    width: 100%;
    padding: 42px 24px 0 24px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    /*top: -90px;*/
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    background-color: #fff;
    overflow: auto;
}

.box .background {
    /*position: relative;*/
    /*height: 46vh;*/
    /*background-image: url("../img/h5Login.png");*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}
.box .logoWrapper {
    position: absolute;
    left: 24px;
    top: 73px;
    background: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box .logoWrapper .logo {
    width: 50px;
    height: 50px;
}

.box .content h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    color: #333333;
}

.box .content .input_login {
    padding: 0;
    border: none;
    border-bottom: 1px solid #e6e8ec !important;
}

.box .content .login-form-button {
    font-size: 18px;
    margin-top: 60px;
    width: 100%;
    height: 50px;
    border-radius: 16px;
}
