﻿.content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 16px);
    min-height: 500px;
    margin: 10px auto;
    flex-wrap: wrap;
}

.loginForm {
    width: 100%;
    height: 100%;
}

.demarcation {
    width: 100%;
    height: auto;
    margin: 0;
    border-top: 1px solid #000000;
}

.loginInfo {
    width: 100%;
    height: 100%;
}

.loginForm .loginTxt {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20pt;
    font-weight: 400;
}

    .loginForm .loginTxt input {
        font-size: 20pt;
    }

.loginForm .loginBtn {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

    .loginForm .loginBtn button {
        font-size: 20pt;
        min-width: 150px;
        margin: 0 5px;
        cursor: pointer;
    }

    .loginForm .loginBtn a {
        min-width: 340px;
        display: inline-block;
        color: #6c757d;
        background-color: #fff;
        border: 1px solid #6c757d;
        padding: 5px;
        border-radius: 10px;
        margin: 0px 0px 10px;
        text-decoration: none;
        font-size: 20pt;
    }

        .loginForm .loginBtn a:hover {
            color: #FFF;
            background-color: #6c757d;
            border-color: #6c757d;
        }

.loginForm .loginNote {
    font-size: 12pt;
    margin-top: 40px;
    text-align: right;
}

    .loginForm .loginNote:after {
        content: "帳號、密碼與入口網站相同，\A如無法登入或有其他問題，\A 請與圖書資訊處管理資訊組聯繫，\A 聯絡電話：(02)2257-6167分機1286。";
        white-space: pre-wrap;
    }

/*表格內容對齊(左)*/
.loginInfo .tal {
    text-align: left;
    vertical-align: middle;
}

/*表格內容對齊(中)*/
.loginInfo .tac {
    text-align: center;
    vertical-align: middle;
}

/*表格內容對齊(右)*/
.loginInfo .tar {
    text-align: right;
    vertical-align: middle;
}

@media screen AND (min-width : 1200px) {
    .content {
        width: 1200px;
        box-sizing: border-box;
        min-height: 650px;
        margin: 10px auto;
    }


    .loginForm {
        width: 590px;
        height: 100%;
        margin: auto;
    }

    .loginFormNoWidth {
        width: 1200px;
    }

    .demarcation {
        width: 0;
        min-height: 500px;
        margin: 0;
        border-left: 1px solid #000000;
    }

    .loginInfo {
        width: 590px;
        margin: auto;
        height: 100%;
    }

    .loginForm .loginNote {
        text-align: left;
    }

        .loginForm .loginNote:after {
            content: "帳號、密碼與入口網站相同\A如無法登入或有其他問題，\A 請與圖書資訊處管理資訊組聯繫，聯絡電話：(02)2257-6167分機1286。";
            white-space: pre-wrap;
        }
}
