﻿@charset "UTF-8";
/******* 登录页面样式   *********/
body {
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-page {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    width: 340px;
    /*height: 410px;*/
    height: auto;
    padding: 40px 30px 50px 30px;
    margin: auto;
    border-radius: 4px;
}

@media screen and (max-width:767px) {
    body {
        background-color: #ffffff;
        /*background-image: url("https://img.99ppt.com/pic/b98aa85e-52b5-4be5-8d71-548f6d38bb51.png");*/
    }

    .login-page {
        border: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
}

.login-page .login-page-comSection {
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.login-page .login-page-comName {
    color: #474d5b;
    font-weight: bold;
    margin-left: 12px;
}

.login-page .login-page-comLogo {
    height: 38px;
}



.login-page .login-page-form .dx-item .dx-box-item {
    margin: 10px 0;
}

.login-page .login-page-loginBtn {
    margin: auto;
    margin-top: 15px;
    text-align: center;
}

    .login-page .login-page-loginBtn.btn-default {
        background-color: #5084fd;
        font-weight: bold;
        border-radius: 0.375rem;
        color: #ffffff;
        padding: 10px;
        width: 100%;
        border: unset;
        box-shadow: 0 5px 30px rgba(0,66,255,.3);
        line-height: 20px;
    }



.login-page .login-page-option {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    color: #4b475d !important;
    font-size: 13px;
}

    .login-page .login-page-option .rember_pw {
        line-height: 2.6;
    }

        .login-page .login-page-option .rember_pw input {
            vertical-align: sub;
        }

.login-page-property {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

    .login-page-property p {
        color: #a6a6a6;
        font-size: 12px;
    }

.login-page .form-group {
    margin: 15px 0;
}

    .login-page .form-group span {
        color: #ee1a1a;
    }

.forgot-pw-content {
    margin: auto;
}

.popu-colse-btn .dx-button-mode-contained.dx-button-default {
    background-color: #434343;
}

.label_title, .dx-checkbox-text, .dx-button-text {
    color: #4b475d;
}
