* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "."
}

::-moz-focus-inner {
    padding: 0;
    border: 0
}

:-moz-placeholder {
    color: #999 !important
}

::-webkit-input-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999 !important
}

body {
    height: 100%;
    background-size: 100% 100%;
    font: 9pt/20px Verdana, sans-serif
}

input, label, select, textarea {
    box-sizing: border-box;
    font-size: 9pt;
    font-family: inherit
}

.login_page {
    height: 100%;
    background: url(../images/bg.jpg) no-repeat;
}

.login_page .login {
    position: absolute;
    right: 0;
    width: 380px;
    border-radius: 3px;
    background: #fff
}

.login_page .login > h1 {
    padding: 22px 0;
    text-align: center
}

.login_page .login-input {
    display: block;
    padding-left: 30px;
    width: 20pc;
    height: 36px;
    outline: 0;
    border: 1px solid #eaeaec;
    background: #fff;
    box-shadow: 0 3px 3px #e9ebee;
    line-height: 36px
}

.login_page .login-input:focus {
    outline: 0;
    background-color: #fff
}

.login_page .login-submit {
    display: block;
    margin: 36px auto 20px;
    width: 20pc;
    height: 40px;
    outline: 0;
    border: none;
    background: #004098;
    color: #fff;
    font-size: 18px;
    line-height: 40px
}

.login_page .login-submit:active {
    background: #003885
}

.login_page .login-submit:hover {
    background: #1860c3
}

.login_page .input_group {
    position: relative;
    margin-bottom: 5px;
    padding: 1pc 24px;
    text-align: center
}

.login_page .input_group.select {
    border-top: 1px solid #004098;
    border-bottom: 1px solid #004098;
    background: #f3f6f9;
    box-shadow: 6px 0 #004098 inset;
    text-align: center
}

.login_page .footer {
    color: #fff;
    font-size: 9pt
}

.login_page .login_con {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5000;
    overflow: hidden;
    width: 70vw;
    max-width: 700px;
    text-align: center;
    min-height: 515px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.login_page .login_con_logo img {
    max-height: 200px;
    max-width: 100%;
    margin-bottom: 15px;
}

.login_page .login_con_left {
    float: left
}

.login_page .login_con_right {
    float: right;
    padding-top: 32px
}

.login_page .login_con_right img {
    max-width: 330px
}

.login_page .code_box {
    margin-top: 40px
}

.login_page .code_box img {
    width: 200px
}

.login_page .code_box canvas {
    width: 200px
}

.login_page .code_box #code_wrapper {
    display: none;
    background-color: #fff;
    border-radius: 8px;
    width: 200px;
    margin: 0 auto
}

.login_page .code_box .code_txt {
    margin: 8px 0 4px 0;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 9pt
}

@media only screen and (max-device-width: 667px) {
    .login_page .login_con_left {
        display: none
    }

    .login_page .login_con {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5000;
        overflow: hidden;
        width: auto;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: 0;
        margin-left: 0
    }

    .login_page .login_con_right {
        padding-top: 30px
    }

    .login_page .login_con_right img {
        max-width: 70vw
    }
}
