﻿body {
    margin: 0;
}

.login-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.ms-title {
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    /*color: #fff;*/
    /*border-bottom: 1px solid #ddd;*/
}

.image_2 {
    width: 45vw;
    margin: 3.2vw 0 0 15vw;
}

.image-wrapper_2 {
/*    width: 19.74vw;
    height: 4.59vw;*/
    margin: 2.86vw 0 0 2.29vw;
}

.group_6 {
    width: 74.74vw;
    height: 4.28vw;
    margin: 3.07vw 0 0 6.61vw;
}

.text_2 {
    overflow-wrap: break-word;
    color: rgba(26, 26, 26, 1);
    font-size: 4vw;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 4.48vw;
}

.ms-login {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /* margin: -190px 0 0 -175px; */
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    /*border: 1px solid #ddd;*/
    /*padding: 10vh 0 0 0;*/
}

.text_3 {
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.text_4 {
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    margin: 0 0 0 1.87vw;
    padding: 6px 0 12px 0;
}

.block_1 {
    padding-bottom: 10px;
    border-bottom: 4px solid #79bbff;
}

.section_1 {
    background-color: rgba(251, 251, 251, 1);
    border-radius: 10px;
    width: 100%;
    height: 60px;
    margin-left: 0.06vw;
}

.image-text_3 {
    width: 100%;
    height: 1.15vw;
    margin: 20px 0 0 1.82vw;
}

.image_3 {
    width: 1.05vw;
    height: 1.15vw;
}

.text-group_1 {
    width: 5.16vw;
    height: 1.05vw;
    overflow-wrap: break-word;
    color: rgba(181, 181, 181, 1);
    font-size: 1.04vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.05vw;
    margin: -7px 0 0 10px;
}

.section_2 {
    background-color: rgba(251, 251, 251, 1);
    border-radius: 10px;
    width: 100%;
    height: 60px;
    margin: 1.35vw 0 0 0.05vw;
}

.image-text_4 {
    width: 7.24vw;
    height: 1.15vw;
    margin: 20px 0 0 1.82vw;
}

.image_4 {
    width: 0.99vw;
    height: 1.15vw;
}

.el-input, .el-input__wrapper {
    box-shadow: none;
    border: 0;
    width: 270px;
    background: rgba(251, 251, 251, 1);
    /*background:rgba(181, 181, 181, 1);*/
    border-radius: 0;
    &:hover

{
    box-shadow: none;
    border: 0;
}

&:focus {
    box-shadow: none;
    border: 0;
}

}

.el-form-item.is-error .el-input__wrapper, .el-form-item.is-error .el-input {
    box-shadow: none;
    border: 0;
    &:hover

{
    box-shadow: none;
    border: 0;
}

&:focus {
    box-shadow: none;
    border: 0;
}

}

.el-form-item.is-error .el-input, .el-input {
    --el-input-focus-border-color: transparent;
}

.text-group_2 {
    width: 5.16vw;
    height: 1.05vw;
    overflow-wrap: break-word;
    color: rgba(181, 181, 181, 1);
    font-size: 1.04vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.05vw;
    margin: -7px 0 0 10px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.ms-content {
    /*padding: 40px 30px;*/
}


.el-button:focus, .el-button:hover {
    color: #fff;
    border-color: #6196CC;
    background-color: #6196CC;
    outline: 0;
}

.login-btn {
    text-align: center;
    margin-top: 30px;
    border-radius: 20px;
}

    .login-btn button {
        width: 100%;
        height: 36px;
        background-color: #79bbff;
        border-color: #79bbff;
        padding: inherit !important;
        border-radius: 10px;
        margin: 2.03vw 0 0 0.05vw;
    }

        .login-btn button:hover {
            background-color: #79bbff;
            border-color: #79bbff;
        }

.login-tips {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
}

#login {
    width: 100%;
    height: 100vh;
    min-height: 500px
}

.el-button {
    margin: -10px -30px !important;
}


#captcha {
    position: absolute;
    display: inline-block;
    margin-left: 250px;
    width: 100px;
    height: 40px;
    transform: translate(17px, -48px);
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    margin-top: -14px;
}

.login-tips {
    font-size: 12px;
    line-height: 20px;
    color: red;
    margin-top: 20px;
}

.box_4 {
    width: 100%;
    height: 1.05vw;
    margin-top: 5.37vw;
}

.block_2 {
    /*background-color: rgba(184, 184, 184, 1);*/
    width: 9.17vw;
    height: 0.06vw;
    margin-top: 0.42vw;
}

.text_7 {
    width: 6.2vw;
    height: 1.05vw;
    overflow-wrap: break-word;
    color: rgba(184, 184, 184, 1);
    font-size: 1.04vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 1.05vw;
    margin-left: 0.68vw;
}

.block_3 {
    background-color: rgba(184, 184, 184, 1);
    width: 9.17vw;
    height: 0.06vw;
    margin: 0.41vw 0 0 0.62vw;
}

.label_1 {
    width: 2.4vw;
    height: 2.4vw;
    margin: 1.19vw 0 0 0;
}
