﻿html, body, form {
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    color: #F0EFF3;
}

body {
}

#Base_Visitor {
    max-width: 768px;
    min-height: 100vh;
    background-image: linear-gradient(to bottom, #001426 0%, #023664, #022646, #001426 1000px);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    #Base_Visitor .BackgroundPattern {
        position: fixed;
        bottom: 57px;
        right: 0;
        left: 0;
        width: 768px;
        z-index: 0;
        margin: auto;
    }

    #Base_Visitor .HeadBackground {
        width: 768px;
        height: 60px;
        position: fixed;
        z-index: -1;
    }

    #Base_Visitor .Head {
        position: fixed;
        z-index: 2;
        width: 768px;
        height: 45px;
        top: 0;
        bottom: 0;
        margin: 0px auto;
    }

    #Base_Visitor .chevron_left {
        z-index: 2;
        margin: 0px auto;
    }

    #Base_Visitor .HeadTitle {
        margin-top: 0px;
        position: absolute;
        width: 100%;
        text-align: center;
        background-color: #011c34;
    }

    #Base_Visitor .Return {
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc( var(--spacing) - 10px );
        margin: auto 0;
        color: #fff;
        display: inline-block;
        width: 32px;
        height: 32px;
    }

        #Base_Visitor .Return span {
            font-size: 1.8rem;
        }

        #Base_Visitor .Return:hover {
            color: #fff;
        }

    #Base_Visitor .Body {
        margin-top: 60px;
        position: relative;
    }

    #Base_Visitor .container {
        padding-left: var(--spacing);
        padding-right: var(--spacing);
    }

    #Base_Visitor .TxtPlaceholder {
        display: none;
        position: absolute;
        left: 15px;
        bottom: -27px;
        color: #FF7F2F;
        font-size: 0.8rem;
    }

    /*按鈕*/
    #Base_Visitor .btn {
        padding: 7px;
        border-radius: 30px;
    }

    /*card*/
    #Base_Visitor .card {
        border-radius: 10px;
        background-color: unset;
    }

    #Base_Visitor .card-body {
        padding: 20px 25px;
        background-color: rgb(255 255 255 / 10%);
        border-radius: 10px;
        color: #D4D1D1;
    }

    #Base_Visitor .card-footer {
        background-color: rgb(255 255 255 / 10%);
        border: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    /*modal*/
    #Base_Visitor .modal-header {
        background-image: linear-gradient(90deg, #262323 2%, #2D302D 55%, #000526 100%);
        border-radius: 10px 10px 0 0;
    }

    #Base_Visitor .modal-dialog {
        border: 0;
    }

    #Base_Visitor .modal-content {
        background-color: unset;
    }

    #Base_Visitor .modal-body {
        border-radius: 0 0 10px 10px;
        padding: var(--spacing);
        background-image: linear-gradient(to bottom, #001426 0%, #023664, #022646, #001426 1000px);
        border: 0;
    }

    #Base_Visitor .btn-close.material-icons {
        background: unset;
        color: #fff;
    }

    #Base_Visitor .form-select {
        background-image: url(/_MasterPage/_Image/Base_Visitor/Arrow_Down.svg);
    }

    #Base_Visitor .ModalTable th,
    #Base_Visitor .ModalTable td {
        border-bottom: 0;
        color: #fff;
    }

    #Base_Visitor .ModalTable td {
        color: #888;
    }

    /*顏色*/
    #Base_Visitor .TextGold {
        color: #EAC78F;
    }

    /*Html tag*/
    #Base_Visitor a:hover {
        color: inherit;
    }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*切換PWD可視*/
#Base_Visitor .PwdInput {
    padding-right: 50px;
}

#Base_Visitor .EyeIcon {
    position: absolute;
    top: 12px;
    right: 40px;
    color: #8f8f8f;
    cursor: pointer;
}

/*form-control*/
#Base_Visitor .form-select,
#Base_Visitor .form-control {
    border-radius: 30px;
    background-color: unset;
    color: #b2b3b2;
    padding: 10px 20px;
    font-size: 0.8rem;
    border-color: #F0EFF3;
}

#Base_Visitor .form-select {
    background-image: url(/_MasterPage/_Image/Base_Visitor/Arrow_Down.svg);
}

#Base_Visitor .InputIcon {
    position: absolute;
    top: 10px;
    left: 35px;
}

::placeholder {
    color: #8F8F8F;
    font-size: 0.8rem;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8F8F8F;
    font-size: 0.8rem;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #8F8F8F;
    font-size: 0.8rem;
}

@media screen and (min-width:768px) {
    #Base_Visitor .Text1-md {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:768px) {

    #Base_Visitor .HeadBackground {
        width: 100%;
        height: auto;
    }

    #Base_Visitor .Head {
        width: 100%;
        height: 45px;
    }

    #Base_Visitor .BackgroundPattern {
        width: 100%;
    }

    #Base_Visitor .Return {
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    #Base_Visitor .Body {
        margin-top: 45px;
    }

    #Base_Visitor .BtnPanel {
        width: 100%;
    }

        #Base_Visitor .BtnPanel .Icon {
            font-size: 125px;
        }
}


/*bootstrap 按鈕改顏色*/
.btn-primary {
    background-image:;
    border: 0;
    color: #ffffff !important;
    box-shadow: none;
    font-size: 1.1rem;
    letter-spacing: 5px;
}
