﻿body {
    background-image: url('/Content/Theme/WhiteGreen/Images/Login/loginbg.png');
    background-size: 100% 100%;
    /*height: 100%;*/
    width: 100%;
}

h2 {
    margin: 0;
    padding-top: 5%;
    text-align: center;
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333;
}

.content-login {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width:100%;
}

    .content-login .content-login-dl {
        display: flex;
        justify-content: center;
    }

.content-login-dl-input {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.inputs {
    width: 466px;
    height: 70px;
    padding: 15px 30px;
    background: #FFFFFF;
    border: 1px solid #DCE1E6;
    border-radius: 0px 10px 10px 0px;
    outline: none;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 41px;
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: #228774;
    border-radius: 10px 0px 0px 10px;
}

.content-login-dl-code {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    outline: none;
}

.phoneBt {
    width: 218px;
    height: 70px;
    background-color:#228774;
    border: 1px solid #DCE1E6;
    border-radius: 10px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 41px;
    outline: none;
    color: #fff;
}

.content-login-dl-code img {
    width: 218px;
    height: 70px;
    background-color: #228774;
    border-radius: 10px;
}

.content-login-dl-tj {
    width: 536px;
    height: 70px;
    background-color: #228774;
    color: #FFFFFF;
    border: 0px;
    border-radius: 10px;
    outline: none;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 51px;
    color: #F4F7F9;
}

.content-login .content-login-dl input:hover {
    border: 1px solid #00C2AD;
}

.content-login-dl-label {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 31px;
    color: #999999;
}

.content-login .content-login-dl-ul {
    display: flex;
    width: 420px;
    background: #FFFFFF;
    border: 1px solid #DCE1E6;
    border-radius: 10px;
    list-style: none;
    list-style: none;
    padding: 0;
    margin: 0 auto 30px auto;
}

.content-login .content-login-dl ul li {
    width: 210px;
    height: 48px;
    line-height: 48px;
    border-radius: 10px 0px 0px 10px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    opacity: 1;
    text-align: center;
}

    .content-login .content-login-dl ul li.active {
        background-color:#228774;
        color: #fff;
    }

#footer {
    color: #000;
    font-size: 14px;
    position: fixed;
    bottom: 0px;
    left: 30%;
    padding-bottom: 10px;
}

img {
    max-width: 100%;
}

.validation-summary-errors {
    color: red;
}

    .validation-summary-errors ul li {
        list-style-type: none;
    }

@media screen and (max-width: 1440px){
    .content-login-img{
        display: none;
    }
}

#qrcode img {
    margin: 0 auto;
}