* {
    margin: 0;
    padding: 0;
}

body,
html,
#app {
    width: 100%;
    height: 100%;
}

body {
    background: url(../loginNew/images/login_bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

#app img {
    display: block;
}

.descriptionbg {
    position: absolute;
    right: 0;
    top: 0;
    width: 6rem;
    height: 100%;
    background: #192e40;
    opacity: 0.5;
}

.description {
    position: absolute;
    right: 0;
    top: 0;
    width: 6rem;
    height: 100%;
    background: #192e40;
    opacity: 0.5;
    filter: blur(.1rem);
    box-shadow: 1px 1px 1px 1px #192e40;
}

    .description::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-filter: blur(.1rem);
        -moz-filter: blur(.1rem);
        -o-filter: blur(.1rem);
        -ms-filter: blur(.1rem);
        filter: blur(.1rem);
    }

.nav {
    width: 80%;
    font-size: .22rem;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
    height: 0.4rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.el-input {
    padding: 0;
    float: left;
    width: auto;
}

.el-input__inner {
    padding: 0;
    background: none;
    border: none;
    color: #FFFFFF;
    text-indent: 0.2rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.2rem;
    width: 2.29rem;
    float: left;
}

input[type=text] {
    color: #FFFFFF;
}

.login_box {
    position: relative;
    height: 100%;
    width: 6rem;
    float: right;
}

.Account,
.Password,
.Phone,
.Verification,
.Verifications,
.Mailbox_retrieving {
    overflow: hidden;
    width: 3.6rem;
    margin: 0 auto;
    padding: 0.2rem 0;
    border-bottom: 0.01rem solid #FFFFFF;
    box-sizing: border-box;
}


    .Account img,
    .Password img,
    .Phone img,
    .Verification img,
    .Verifications img,
    .Mailbox_retrieving img {
        width: 0.3rem;
        height: 0.3rem;
        float: left;
        padding: 0 0.2rem;
        border-right: 0.01rem solid #FFFFFF;
    }

.password {
    height: 0.28rem;
    width: 0.2rem;
    display: inline-block;
    float: right;
    margin: 1px 0.2rem;
    background: url(../loginNew/images/login_visible.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.wordhide {
    height: 0.28rem;
    width: 0.2rem;
    display: inline-block;
    float: right;
    margin: 1px 0.2rem;
    background: url(../loginNew/images/login_invisible.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.el-checkbox__inner {
    width: 0.12rem;
    height: 0.12rem;
}

.el-checkbox__label {
    font-size: 0.16rem;
    color: #FFFFFF;
}

.Forget {
    color: #FFFFFF;
    text-decoration: none;
    float: right;
}

.el-button {
    width: 3.6rem;
    height: 0.6rem;
    margin: 0 auto;
    display: block;
    margin-top: 0.8rem;
    padding: 0;
    font-size: 0.24rem;
    color: #333;
}

#login {
    width: 3.6rem;
    height: 6rem;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -0.36rem;
}

.el-input input::-webkit-input-placeholder {
    color: #d4d5da;
}

.nopass {
    position: absolute;
    width: 3.6rem;
    text-align: right;
    color: #FFFFFF;
    bottom: -0.39rem;
    left: 50%;
    margin-left: -1.8rem;
    font-size: 0.16rem;
}

    .nopass a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 0.16rem;
    }

.hezing {
    height: 0.72rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .hezing img {
        margin: 0 auto;
        width: 1.2rem;
        height: 0.53rem;
    }

.box {
    height: 100%;
    width: 100%;
    position: relative;
    margin-top: -0.32rem;
}

.el-checkbox__inner {
    background: none;
}

    .el-checkbox__inner::after {
        /*top: 0 !important;
			left: 3px;*/
    }

.Cryptographic {
    margin-top: 0.2rem;
    color: #FFFFFF;
    font-size: 0.16rem;
}

.ver .el-input__inner,
.newpas .el-input__inner {
    width: 2rem;
}

.Verifications {
    position: relative;
}

.Obtain {
    position: absolute;
    right: 0.15rem;
    top: 0.15rem;
    width: 0.7rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.18rem;
    margin: 0;
    background: none;
    border: none;
    font-size: 0.14rem;
    color: #409EFF;
    background: 0 0;
}

#phonef {
    border-bottom: 0.02rem solid #00aeff;
    cursor: pointer;
    box-sizing: border-box;
}

#Mailboxf {
    border-bottom: 0.02rem solid #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}

#phoneb {
    border-bottom: 0.02rem solid #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}

#Mailboxb {
    border-bottom: 0.02rem solid #00aeff;
    cursor: pointer;
    box-sizing: border-box;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
    /*背景色透明 生效时长 过渡效果 启用时延迟的时间;*/
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

.el-form-item {
    margin: 0;
}

.el-message i {
    font-size: 0.18rem;
}
/*弹框提示*/

.el-form-item__error {
    font-size: 0.12rem;
    padding: 0;
    margin-left: 0.91rem;
}
