@import './currency.css';

/* 媒体查询 */
@media screen and (max-width: 768px) {
    .login_con_box {
        height: 100% !important;
        border-radius: 0 !important;
    }

    .logoimg {
        width: 40% !important;
    }

    .login_psw {
        margin-top: 24px !important;
    }

    .login_title {
        margin-top: 80px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .footer {
        font-size: 14px !important;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .footer {
        font-size: 15px !important;
    }
}

@media screen and (min-width: 1280px) {
    .container {
        width: 1280px !important;
    }

    .footer {
        font-size: 16px !important;
    }
}

/*body {
    background: url('../img/login_bg.jpg') no-repeat center;
    background-size: cover;
}*/

.box {
    height: 100%;
}

.login_con {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.login_con_box {
    height: 650px;
    border-radius: 30px;
    background-color: #fff;
}

.login_title {
    margin-top: 100px;
    height: 88px;
    text-align: center;
    line-height: 60px;
}

.logoimg {
    width: 60%;
}

.login_input {
    margin-top: 55px;
    padding: 0 60px 0;
    text-align: center;
}

.username_box {
    position: relative;
}

.login_psw {
    position: relative;
    margin-top: 30px;
}

.username_icon,
.psw_icon {
    position: absolute;
    top: 14px;
}

.username_icon {
    left: 10px;
}

.psw_icon {
    left: 9px;
}

.user-input {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #d8d8d8 !important;
    padding-left: 44px;
    line-height: 36px;
    font-size: 18px;
}



.login_btn_box {
    margin-top: 50px;
}

.login_btn {
    display: block;
    width: 100%;
    height: 45px;
    background: linear-gradient(to left, #7ab000, #9fe605);
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    cursor: pointer;
}

.login_btn:hover {
    color: #fff;
}

.forget_pws {
    float: right;
}

.under_log {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #f6f6f6;
    line-height: 50px;
    color: #ababab;
    font-size: 16px;
    border-radius: 0 0 30px 30px;
}

.under_log:hover {
    color: #ababab;
}

.remember_password {
    margin: 15px 0 0 3px;
}

/* checkedbox */
#checkboxSuccess {
    width: 17px;
    height: 17px;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
}

#checkboxSuccess:hover {
    border-color: #8dcc02;
}

#checkboxSuccess:checked {
    color: #fff;
    background-color: #8dcc02;
    border: 1px solid #8dcc02;
}

#checkboxSuccess:after {
    content: "\2714";
}

.remember_password>label {
    margin: 0;
    padding: 0;
    font-weight: normal;
    cursor: pointer;
}


.forget_password {
    display: block;
    margin: 15px 3px 0 0;
    color: #8dcc02;
}

.forget_password:hover {
    color: #8dcc02;
}

/* 底部 */
.footer {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #929292;
}
.role{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.label-wrap{
    margin-left: 20px;
}
.text{
    margin-left: 5px;
}
.skip-login-wrap{
    display: flex;
    justify-content: center;
    color: #95d704;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: underline;
    font-size: 16px;
}
.skip-login-wrap:hover{
    color: #95d704;
}