﻿body {
    text-align: center;
    /*background-color: gray;*/
}

.login_button {
    background-image: url(../images/pt_createPDF.png);
    margin: 10px;
    line-height: 20px;
    text-align: center;
    width: 70px;
    height: 20px;
    display: inline-block;
    float: left;
}

.login_change_button_ok {
    background-image: url(../images/pt_createPDF.png);
    margin: 10px;
    line-height: 20px;
    text-align: center;
    width: 100px;
    height: 20px;
    display: inline-block;
    float: left;
}

.login_change_button_cancle {
    background-image: url(../images/pt_createPDF.png);
    margin: 10px;
    line-height: 20px;
    text-align: center;
    width: 100px;
    height: 20px;
    display: inline-block;
    float: right;
}

.changePassword_button {
    background-image: url(../images/pt_createPDF.png);
    margin: 10px;
    line-height: 20px;
    text-align: center;
    width: 130px;
    height: 20px;
    display: inline-block;
    float: right;
}

.login_state {
    width: 100%;
    height: 150px;
    color: white;
    background: transparent;
    border: #52514F;
    resize: none;
}

.login_div {
    width: 500px;
    height: auto;
    border: 1px solid #FFFFFF;
    margin-top: 40px;
    border-radius: 5px;
}

.login_regionUserGroup {
    width: 70px;
    height: 80px;
    display: inline-block;
    margin: 8px;
}

.login_regionUser {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-top: 5px;
    background: #E3E5E7;
    display: block;
    position: relative;
}

.login_regionUserImg {
    width: 40px;
    height: 40px;
    margin: 5px;
    position: absolute;
}

.login_pic {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    /*width: 560px;
    height: 212px;*/
}

@media only screen and (max-width: 500px) {
    .lg-c {
        width: 90% !important;
        margin: 10vh auto 0 auto;
    }
}

@media only screen and (max-height: 570px) {
    .lgm-c {
        height: 228px !important;
    }
}

.lg-c {
    width: 400px;
    margin: 10vh auto 0 auto;
}

    .lg-c > div {
        width: 100%;
    }

.lgm-c {
   /* height: 268px;
    background-image: url('../images/logo/logo.png');*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.lgf-c {
    border: 1px solid #ccc;
    padding-top: 16px;
    margin-top: 22px;
}

.lgfun-c {
    padding-top: 4px;
}

    .lgfun-c > div a {
        color: #919191 !important;
    }

    .lgfun-c > div:first-child {
        float: left;
    }

    .lgfun-c > div:nth-child(2) {
        float: right;
    }

    .lgfun-c > div:last-child {
        clear: both;
    }

.center-vertical input {
    height: 40px;
}

.center-vertical #Btn_Logon {
    height: 32px;
}

#errorMessage {
    word-wrap: break-word;
}

.login-form-text {
    font-size: 11px;
    font-family: Arial;
    color: #555;
    background-color: #fff;
    background-image: none;
}
#disclaimer {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    background-color: white;
    z-index: 9;
    top: 0;
    display: none;
}
    #disclaimer > div {
        width: 400px;
        height: 600px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #disclaimer footer {
        margin-top: 12px;
    }
    #disclaimer footer>div {
        margin-top: 8px;
    }