﻿* {
    font-size: 9pt;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
}

body {
    margin: 0 auto;
}

ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

/*login*/
.loginlogo {
    width: 100%;
    height: 230px;
    text-align: center;
    background-image: url(~/../../Images/background.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

    .loginlogo img {
        margin-top: 60px;
        margin-bottom: 60px;
        display: none;
    }

    .loginlogo p {
        margin-top: 60px;
        margin-bottom: 60px;
        display: none;
    }

.loginbody {
    width: 100%;
    text-align: center;
}

.loginbox {
    width: 240px;
    margin: 0px auto;
    text-align: center;
}

    .loginbox ul {
        padding: 10px;
    }

        .loginbox ul li {
            margin-bottom: 20px;
        }

.logininputbox {
    height: 42px;
    width: 220px;
    line-height: 42px;
    border: solid #3C8DBC 1px;
    border-radius: 20px;
    padding: 0px 20px;
    box-sizing: border-box;
    display: flex;
}

    .logininputbox i {
        width: 16px;
        font-size: 18px;
        color: #3C8DBC;
        margin-top: 10px;
    }

    .logininputbox input {
        flex: 1;
        height: 38px;
        border: none;
        outline: none;
        font-size: 16px;
        padding-left: 6px;
    }

.loginhidevc {
    display: none;
}

.validatecode {
    float: right;
    margin-top: -40px;
    margin-right: 15px;
}

.loginbutton {
    width: 220px;
    height: 42px;
    border-radius: 20px;
    background-color: #337AB7;
    color: white;
    font-size: 16px;
}

    .loginbutton:active {
        background-color: #286090;
    }

.loginrememberme {
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
}

    .loginrememberme label {
        font-weight: 500;
    }

    .loginrememberme a {
        font-weight: 500;
    }

.loginbm {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .loginbm a {
        font-weight: bold;
        color: dimgray;
    }

        .loginbm a:hover {
            color: dimgray;
        }

.logingreement {
    text-align: left;
    padding-left: 6px;
    font-size: 12px;
    margin-top: 10px;
}

    .logingreement a {
        color: blue;
    }
