﻿/*===============================
 * guitea.login.css
 * add by wangshw 2021-04
 *===============================*/
.header {
    height: 60px;
    padding: 0px;
    border-top: 0;
    border-bottom: 1px solid #D3D3D3;
    background: #f3f3f3;
    overflow: hidden;
}

.header-logo {
    float: left;
    width: 141px;
    height: 50px;
    margin: 5px 0 5px 5px;
    background: url(https://res.guitea.com/imgs/logo/guitea-logo.png?v=1.0.0) no-repeat center;
    background-size: 141px 50px;
    /*以下针对IE8*/
    background: #eee\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://res.guitea.com/imgs/logo/guitea-logo.png?v=1.0.0",sizingMethod="scale")\9;
}

.header-divider {
    float: left;
    height: 40px;
    margin: 10px 0;
    border-right-width: 2px;
    border-right-color: #da6f11;
    border-right-style: solid;
}

.header-txt {
    float: left;
    margin-top: 6px;
    margin-left: 10px;
    text-align: center;
    color: #da6f11;
}

#sysName {
    font-size: 23px;
}

#footer {
    padding: 8px;
    border-bottom: 0;
    text-align: center;
    font-size: 13px;
}

    .header a, #footer a {
        color: #868686;
        text-decoration: none;
    }

.content {
    max-width: 960px;
    margin: 32px auto;
    padding: 0 24px;
}

.content-wrapper {
    min-height: 372px;
    padding-top: 40px;
}

#tab_login {
    float: right;
    position: relative;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
}

    #tab_login .tabs-title {
        font-size: 16px;
    }

    #tab_login .gc-row .ipt-area {
        margin: 20px 0;
        padding: 0 10px;
        text-align: center;
    }

        #tab_login .gc-row .ipt-area:first-child {
            margin-top: 32px !important;
        }

    #tab_login .ipt-area-btn {
        margin: 16px 0;
        padding: 0 24px;
    }

#img_validateCode {
    height: 30px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

#tab_login .textbox-text {
    font-size: 16px;
}

#btn_login {
    width: 100%;
    height: 40px;
    border: 1px solid #59f;
    background: #5a98de;
    outline: none;
    filter: unset; /*fix IE8下*/
}

    #btn_login:hover {
        background: #06f;
    }

    #btn_login .l-btn-text {
        padding: 6px;
        font-size: 18px;
        color: white;
    }

.login-pictures {
    position: relative;
    margin-right: 380px;
}

    .login-pictures login-pictures-txt {
        position: relative;
        padding-top: 25px;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
    }

    .login-pictures .login-pictures-title {
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 26px;
        font-size: 20px;
        font-weight: normal;
    }

#pic_desc {
    font-size: 13px !important;
    line-height: 22px;
}

#pic_img img {
    width: 100%;
    margin-top: 20px;
}

#prdt_title {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 12px !important;
}

#emersv_qrcode {
    text-align: center;
}

    #emersv_qrcode img {
        height: 300px;
    }

.qr_scan_txt {
    margin-top: -10px;
    text-align: center;
    display: none;
}

/*
 * longin-blue
 *------------------------------*/
.login-blue #footer {
    background-color: #eff4fa;
    border-top: 1px solid #d6dfea;
}

    .login-blue .header a,
    .login-blue #footer a {
        color: #626974;
    }

        .login-blue .header a:hover,
        .login-blue #footer a:hover {
            color: #5a98de;
        }

.login-blue #btn_login {
    background: #5a98de;
    border: 1px solid #59f;
}

    .login-blue #btn_login:hover {
        background: #06f;
    }

.login-blue .login-pictures .login-pictures-title {
    color: #59f;
}

.login-blue #pic_desc,
.login-blue #prdt_title {
    color: #626974;
}

/*
 * longin-red
 *------------------------------*/
.login-red #footer {
    background-color: #f3f3f3;
    border-top: 1px solid #D3D3D3;
}

    .login-red .header a,
    .login-red #footer a {
        color: #876c6c;
    }

        .login-red .header a:hover,
        .login-red #footer a:hover {
            color: #d15959;
        }

.login-red #btn_login {
    background: #d15959;
    border: 1px solid #b24040;
}

    .login-red #btn_login:hover {
        background: #ae4d4d;
    }

.login-red .login-pictures .login-pictures-title {
    color: #dc143c;
}

.login-red .tabs-title,
.login-red #pic_desc,
.login-red #prdt_title {
    color: #876c6c;
}

/*
 * longin-green
 *------------------------------*/
.login-green #footer {
    background-color: #f3f3f3;
    border-top: 1px solid #D3D3D3;
}

    .login-green .header a,
    .login-green #footer a {
        color: #698767;
    }

        .login-green .header a:hover,
        .login-green #footer a:hover {
            color: #2cb554;
        }

.login-green #btn_login {
    background: #2cb554;
    border: 1px solid #368e52;
}

    .login-green #btn_login:hover {
        background: #489a5e;
    }

.login-green .login-pictures .login-pictures-title {
    color: #080;
}

.login-green .tabs-title,
.login-green #pic_desc,
.login-green #prdt_title {
    color: #698767;
}

@media screen and (max-width:960px) {
    .header-link {
        display: block;
    }

    #tab_login {
        float: none;
        margin: auto;
    }

    .login-pictures {
        float: none;
        margin: 40px auto;
    }
}

@media screen and (max-width:480px) {
    .header-logo {
        margin-left: 0px;
    }

    .header-link {
        display: none;
    }

    .content {
        margin: 0;
        padding: 0;
    }

    .content-wrapper {
        padding-top: 10px;
        margin: 10px;
    }

    #tab_login {
        float: none;
        margin: auto;
    }

    .login-pictures {
        float: none;
        margin: 20px auto;
    }
}

@media screen and (min-width:0) {
    /*IE9 and IE10*/
    .flow-toolbar > span, .flow-toolbar > a {
        float: left;
    }
}
