body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

input::-ms-clear,
input::-ms-reveal {
    display: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.box {
    width: 100%;
    min-height: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.box .img-box {
    width: 50%;
    min-height: 100vh;
    background-color: #9ecaed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    background-image: url('/assets/img/admin/bec-login-bg.09b529a2.png');

}

.box .form-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 100vh;
    background-color: #f0f2f5;
}

.box .form-box .header-title {
    display: flex;
    align-items: center;
}

.box .form-box .header-title img {
    display: block;
    height: 44px;
    vertical-align: top;
    margin-right: 16px;
    border-style: none;
}

.box .form-box .header-title .title {
    font-size: 28px;
    color: rgba(0, 0, 0, .85);
    font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.maint {
    min-width: 260px;
    width: 368px;
    margin: 0 auto;
}

.main .ipt {
    width: 368px;
    min-width: 260px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    border: 1px solid #d9d9d9;
    box-sizing: content-box;
    padding: 0 10px;
}

.main .ipt img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.main .ipt .input {
    width: calc(100% - 30px);
    height: 38px;
    display: block;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 20px;

}

.input:focus {
    outline: none;
}

.main .base-fun {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;

}

.main .base-fun .voluntarily {
    display: flex;
    align-items: center;
}

.main .base-fun .forget {
    color: rgba(0, 0, 0, .65);
}

.main .bottom-fun {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;

}

.main .bottom-fun .register {
    color: #009788;
}

.login {
    padding: 0 15px;
    font-size: 16px;
    height: 40px;
    width: 100%;
    margin-top: 50px;
    background-color: #009788;
    border: none;
    color: #fff;
    cursor: pointer;
}

.footer {
    width: 100%;
    bottom: 0;
    padding: 0 16px;
    margin: 48px 0 24px;
    text-align: center;
}

.footer .copyright {
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
}