﻿body {
    font-family: Microsoft JhengHei; /*微軟正黑體*/
    font-size: 24px;
    padding: 0px;
    margin: 0px;
}

form {
    text-align: center;
}

.divMain {
    text-align: center;
    width: 520px;
    min-height: 340px;
    display: inline-block;
    border: 6px solid #B9C5D5;
    margin-top: 10%;
    position: relative;
}

.divTitle {
    width: 72%;
    display: inline-block;
    padding: 6% 0 0 0;
}

    .divTitle span {
        vertical-align: baseline;
        font-weight: bold;
        color: #0000EF;
        font-size: 36px;
    }

        .divTitle span:nth-child(1) {
            margin-left: -1%;
        }

        .divTitle span:nth-child(2) {
            color: #000;
            font-size: 26px;
            margin-left: -1%;
        }

hr {
    margin: 2px 10px;
}

select {
    font-size: 16px;
    width: 100px;
    height: 26px;
    position: absolute;
    top: 30px;
    right: 30px;
    text-align-last: center;
    font-family: Microsoft JhengHei; /*微軟正黑體*/
}

.divItem {
    margin-top: 20px;
    position: relative;
}

    .divItem img {
        position: absolute;
        left: 100px;
        top: -2px;
    }

input[type="text"], input[type="password"] {
    height: 26px;
    width: 50%;
    font-size: 16px;
    margin-left: 36px;
    text-indent: 10px;
    font-family: Microsoft JhengHei; /*微軟正黑體*/
}

input[type="button"] {
    width: 40%;
    height: 40px;
    border-radius: 10px;
    border-style: hidden;
    margin: 40px 0 33px 20px;
    font-size: 20px;
    color: #FFF;
    background-color: #3E94D1;
    cursor: pointer;
    font-family: Microsoft JhengHei; /*微軟正黑體*/
    font-weight: bold;
}

.slidercaptcha {
    margin: 0 auto;
    width: 314px;
}

    .slidercaptcha .card-body {
        padding: 24px 16px 0px 16px;
        background-color: #fff;
    }

    .slidercaptcha canvas:first-child {
        border-radius: 4px;
        border: 1px solid #e6e8eb;
    }

    .slidercaptcha.card .card-header {
        padding: .75rem 1.25rem;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0,0,0,.125);
        background-image: none;
        background-color: #fff;
        text-align: center;
        font-size: 18px;
    }

.refreshIcon {
    width: 30px;
    height: 30px;
    background: url(/images/icon_jigsaw.png) 0 -233px;
}

    .refreshIcon:hover {
        background-position: 0 -266px;
    }

.sliderContainer_success .sliderIcon {
    background-position: 0 -26px !important;
}

.sliderContainer_fail .sliderIcon {
    background-position: 0 -82px !important;
}

.sliderContainer_active .sliderIcon {
    background-position: 0 0 !important;
}

.sliderIcon {
    background: url(/images/icon_jigsaw.png);
    width: 14px;
    height: 12px;
}

.slider .sliderIcon {
    background-position: 0 -13px;
}

.slider:hover {
    background-color: #1991FA;
}

    .slider:hover .sliderIcon {
        background-position: 0 0;
    }

.modal {
    display: none;
    position: fixed;
    z-index: 999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
