body { 
    width: 100%;
    min-height: 100vh;
    background-size: 100%;
    overflow-x: hidden;
}

.login_main { 
    width: 100%;
    min-height: 100vh;
}

.qe-logo-desc { 
    padding: 1.5em 0 1em;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
    color: #333;
    text-align: center;
    padding-top: 3.5em;
}

.login_box { 
    width: 25%;
    margin: 3em auto 0;
    padding: 30px;
    background: #fff;
    color: #333;
    box-shadow: 2px 2px 10px #999;
    border-radius: 10px;
}

.qe-login-title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 0 30px 0;
    color: #333;
    margin: 0;
}

.qe-input-icon { 
    width: 15px;
    height: 15px;
}

.login_li_label {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    display: block;
    letter-spacing: 1px;
    margin: 10px 0;
    padding: 0;
}

.qe-input-text {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.qe-input-text-salf { 
    width: 60%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.login_li_salf { 
    display: flex;
    align-items: center;
}

.login_btns { 
    text-align: center;
}

.qe-login-btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #00a9a9;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    background: #00a9a9;
    margin-top: 30px;
    width: 200px;
}

.login_li_re a { 
    color: #333;
}

.login_li_re a:hover { 
    color: #00a9a9;
}

.copy_right {
    font-size: 1em;
    color: #333;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-align: center;
    padding: 5em 0;
}

.login_li_re { 
    display: inline-block;
}

.login_li_re:last-child { 
    float: right;
}

.d31, .d3 { 
    color: #ec1f53;
}

.qe-btn-sms { 
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    width: 40%;
    padding: 12px 0;
}
