﻿* {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: #e3f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.center {
    width: 850px;
    height: 470px;
}

.center_top {
    width: 100%;
    height: 430px;
    display: flex;
    flex-flow: row nowrap;
    background-color: #fff;
}

.center_bottom {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8a8a8a;
}

.left {
    flex: 0 0 56%;
    background-image: url(/ENCAdminNew/APP_Common/Images/img/LoginBg.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 28px;
    color: #fff;
    display:flex;
    align-items:center;
    
}
.left_box {
    width: 100%;
    text-align: center;
}
.right {
    flex: 0 0 44%;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}
.input_form {
    width: 70%;
    height: 70%;
}

.form_title { width: 100%; text-align: center; color: #3a6be4; font-size: 21px; padding: 16px 0px; letter-spacing: 1px; font-weight: bolder; }

.form_item {
    padding: 14px 0px;
    position: relative;
}

.txt_input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid;
    border-color: #dcdcdc;
    padding: 14px 10px 14px 40px;
    font-size: 12px;
    border-radius: 4px;
    color: #3f3f3f;
}

    .txt_input:focus {
        border: 1px solid #85aee6;
    }

    .txt_input::placeholder {
        color: #999999; /* 设置占位符文字颜色为红色 */
    }

.wjma_item {
    text-align: right;
    padding: 0px 0px 12px 0px;
}

.input_sub {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    border: navajowhite;
    background-color: #0769ee;
    color: #fff;
    letter-spacing: 10px;
    border-radius: 4px;
    cursor: pointer;
}

    .input_sub:hover {
        filter: brightness(120%);
    }

    .input_sub:active {
        filter: brightness(90%);
    }

.input_icon {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 26px;
    left: 12px;
    width: 16px;
    height: 18px;
}

.tishi {
    display: none;
    float: left;
    color: red;
}

/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {*/
    /* 这里写入针对IE浏览器的样式 */
    /*.right {
        flex: 0 0 44%;
        display: flex;
        align-items: center;
        justify-content: unset;
    }
}*/
