﻿.LoginLeftDiv {
    background-image: url(/images/bg_login.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 60px;
    color: #FFFFFF;
    width: 40%;
    min-width: 590px;
}

    .LoginLeftDiv .envName {
        font-size: 3rem;
        font-weight: 600;
    }

    .LoginLeftDiv .TitleDiv {
        background-color: #FFFFFF22;
        padding: 20px 30px;
        overflow: auto;
        height: 380px;
    }

    .LoginLeftDiv .Title {
        color: #FFFFFF;
        margin-bottom: 10px;
    }

        .LoginLeftDiv .Title span {
            font-size: 1.75rem;
            font-weight: bold;
            border-bottom: 1px solid #E31C3B;
        }

    .LoginLeftDiv .TitleWord {
        font-size: 1.25rem;
    }

    .LoginLeftDiv .LeftFooter {
        text-align: center;
    }


.LoginRightDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 75px;
    flex: 1;
}

    .LoginRightDiv .LoginWord01 {
        font-size: 3rem;
        font-weight: bold;
        color: #2E2E2E
    }

        .LoginRightDiv .LoginWord01 .redLine {
            border-bottom: 6px solid #E31C3B;
            width: 80px;
        }

    .LoginRightDiv .LoginWord02 {
        font-size: 1.5rem;
        font-weight: bold;
        color: #858585;
        padding: 30px 0px;
    }



.LoginSmallLeft {
    padding: 30px;
}

    .LoginSmallLeft .LoginWord01 {
        font-size: 1.5rem;
        font-weight: bold;
        color: #2E2E2E;
        padding-top: 50px;
    }

        .LoginSmallLeft .LoginWord01 .redLine {
            border-bottom: 3px solid #E31C3B;
            width: 40px;
        }

    .LoginSmallLeft .LoginWord02 {
        font-size: 1.1rem;
        font-weight: bold;
        color: #858585;
        padding: 20px 0px 30px 0px;
    }

.GoTitle:before {
    content: '前往公告區 >';
    position: absolute;
    z-index: 2;
    top: 0px;
    right: -10px;
    width: 100px;
    height: 20px;
    text-align:right;
    font-size:1.1rem;
    font-weight:bold;
    -webkit-animation: box .8s infinite;
    cursor:pointer;
}

@-webkit-keyframes box {
    0% {
        right: -10px;
    }

    20% {
        border-radius: 2px; /*從 20% 的地方才開始變形*/
    }

    50% {
        right: 10px;
        border-top-right-radius: 25px;
    }

    80% {
        border-radius: 2px; /*到 80% 的地方恢復原狀*/
    }

    100% {
        right: -10px;
    }
}

.GoTitle:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 25px;
    right: -20px;
    width: 80px;
    height: 3px;
    background: #eaeaea;
    border-radius: 100%;
    -webkit-animation: shadow .8s infinite;
}

@-webkit-keyframes shadow {
    0%,100% {
        right: 0px;
        background: #eaeaea;
    }

    50% {
        right: 20px; /*讓陰影保持在原位*/
        background: #eee;
    }
}

.LoginSmallRight {
    background-image: url(/images/bg_login.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 30px;
    color: #FFFFFF;
}

    .LoginSmallRight .envName {
        font-size: 3rem;
        font-weight: 600;
    }

    .LoginSmallRight .TitleDiv {
        background-color: #FFFFFF22;
        padding: 20px 30px;
        overflow: auto;
        height: 380px;
    }

    .LoginSmallRight .Title {
        color: #FFFFFF;
        margin-bottom: 10px;
    }

        .LoginSmallRight .Title span {
            font-size: 1.5rem;
            font-weight: bold;
            border-bottom: 1px solid #E31C3B;
        }

    .LoginSmallRight .TitleWord {
        font-size: 1.1rem;
    }

    .LoginSmallRight .LeftFooter {
        text-align: center;
    }

.GoLogin:before {
    content: '< 返回登入';
    position: absolute;
    z-index: 2;
    top: 0px;
    left: -10px;
    width: 100px;
    height: 20px;
    font-size: 1.1rem;
    font-weight: bold;
    -webkit-animation: box2 .8s infinite;
    cursor: pointer;
}
.GoForgetPassword:before {
    content: '< 返回忘記密碼';
    position: absolute;
    z-index: 2;
    top: 0px;
    left: -10px;
    width: 100px;
    height: 20px;
    font-size: 1.1rem;
    font-weight: bold;
    -webkit-animation: box2 .8s infinite;
    cursor: pointer;
}

@-webkit-keyframes box2 {
    0% {
        left: -10px;
    }

    20% {
        border-radius: 2px; /*從 20% 的地方才開始變形*/
    }

    50% {
        left: 10px;
        border-top-right-radius: 25px;
    }

    80% {
        border-radius: 2px; /*到 80% 的地方恢復原狀*/
    }

    100% {
        left: -10px;
    }
}


.ForgetPassword {
    color: #5F5F5F;
    font-weight: bold;
}
