﻿:focus {
    outline: none
}

.grecaptcha-badge {
    display: none
}

.TitleFrame .Title {
    
    margin:auto;
    transform: none;
    max-width: 768px;
}

/* 標題 浮標 */
.l-title .ul{
    height:60px;
    width:6px;
    background-color:#DAA360;

    position:absolute;
    margin-left:-30px;
}

/* 標題 備註 */
.l-title .memo{
    margin-top:12px;
}


/* 登入框 */
.loginFrame{
    margin-top:24px;
}

    .loginFrame .forgetPW{
        text-align:right;
        padding-top:16px;
    }

    .loginFrame .forgetPW a{
        cursor:pointer;
        text-decoration:none;
    }

/* input 樣式 */
.cls_Input {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 60px;
    vertical-align: bottom;
    box-sizing: border-box;
    border-bottom: 1px solid #e6ebf5;
    font-size: 0;
    z-index: 0;
}


.cls_InputEffect {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    font-size: 21px;
    font-family: "微軟正黑體","Microsoft JhengHei";
    color: #172439;
    box-sizing: border-box;
    border: 0;
    padding: 10px 0px 6px 0px;
    box-sizing: border-box;
    background-color: transparent;
    -webkit-appearance: none
}

    .cls_InputEffect ~ .cls_FocusLine {
        z-index: 2;
        position: absolute;
        bottom: -1px;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #DAA360;
        transition: .15s
    }

    .cls_InputEffect:focus ~ .cls_FocusLine {
        width: 100%;
        background-color: #DAA360;
        transition: .15s;
        left: 0
    }

    .cls_InputEffect.focus ~ .cls_FocusLine {
        width: 100%;
        background-color: #DAA360;
        transition: .15s;
        left: 0
    }
    /*  Fix APP */

    /*.has-content.cls_InputEffect ~ .cls_FocusLine{width:100%;background-color:#DAA360;transition:0.2s;left:0}*/
    /* 樣式一：滑鼠停駐 input 時 label 移至上方 */
    .cls_InputEffect ~ .placeholder {
        /*z-index: -1;*/
        position: absolute;
        top: 25px;
        left: 0px;
        font-family: "微軟正黑體","Microsoft JhengHei";
        color: #9fadc3;
        font-size: 21px;
        transition: .15s;
        letter-spacing: .5px;
        white-space: nowrap
    }

    .cls_InputEffect:focus ~ .placeholder {
        top: 0;
        font-size: 14px;
        color: #DAA360;
        transition: .15s
    }

    .cls_InputEffect.focus ~ .placeholder {
        top: 0;
        font-size: 14px;
        color: #DAA360;
        transition: .15s
    }
    /*  Fix APP */
    .cls_InputEffect.has-content ~ .placeholder {
        top: 0;
        font-size: 14px;
        color: #9fadc3;
        transition: .15s
    }

    /* 樣式二：滑鼠停駐 input 時 label 消失 */
    .cls_InputEffect ~ .placeholder_Hide {
        z-index: -1;
        position: absolute;
        top: 25px;
        left: 14px;
        font-family: "微軟正黑體","Microsoft JhengHei";
        color: #9fadc3;
        font-size: 21px;
        letter-spacing: .5px;
        white-space: nowrap
    }

    .cls_InputEffect:focus ~ .placeholder_Hide, .has-content.cls_InputEffect ~ .placeholder_Hide {
        visibility: hidden
    }

    .cls_InputEffect.focus ~ .placeholder_Hide, .has-content.cls_InputEffect ~ .placeholder_Hide {
        visibility: hidden
    }
    /*  Fix APP */
    .cls_InputEffect ~ .title {
        z-index: -1;
        position: absolute;
        top: 0px;
        left: 14px;
        font-family: "微軟正黑體","Microsoft JhengHei";
        color: #9fadc3;
        font-size: 14px;
        letter-spacing: .5px;
        white-space: nowrap
    }

    .cls_InputEffect:focus ~ .title {
        color: #daa360
    }

    .cls_InputEffect.focus ~ .title {
        color: #daa360
    }
/*  Fix APP */

/* 隱藏v3 圖示 */
.grecaptcha-badge {
    display: none !important;
}

/* 顯示、隱藏密碼 */
.cls_ReMaskPW {
    position: absolute;
    right: 0;
    bottom: 1px;
    padding: 5px 5px 4px 10px;
    background: #FFF;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width: 769px) {
    body {
        background-color: #FFF;
    }
    .ContentFrame {
        height: 600px;
    }

    .TitleFrame {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }
}