  
   /*登入畫面*/
   .wrap_login {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    background: url(../images/login_bg.jpg)no-repeat;
    background-size: cover;
}
.loginBox { /*border: 1px solid #eee;*/
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.rightInputBox {
    position: relative;
    width: 100%;
    height: 650px;
    padding: 20px 20px;
    background-color: rgba(255,255,255,0.5);
    text-align: left;
}

    .rightInputBox .lnkRegister {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #fff;
        text-decoration: underline;
    }

.lnkRegister i {
    transition: all 0.3s;
}

.lnkRegister:hover i {
    margin-right: 10px;
    color: #e60012;
}

.footet {
    clear: both;
}

.leftImg h1 {
    text-align: center;
    padding: 30px 0;
}

.leftImg h2 {
    display: block;
    width: 100%;
    height: 100px;
    text-indent: -99999px;
    background: url(../images/login_femaSystem.png)no-repeat;
    background-position: center center;
}

.leftImg p {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    line-height: 16px;
    text-align: left;
    color: #fff;
    font-size: 0.875em;
    padding: 10px 20px;
}

.emiclogo {
    height: 60px;
    font-size: 4rem;
    line-height: 40px;
    text-align: center;
    font-weight: bolder;
    padding: 0 10px;
    margin: 20px 0;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.2), 0 0 3px rgba(153, 0, 0, 0.2);

}
.emiclogo img{
    vertical-align: middle;
}
.formBox {
    padding: 10px 10px;
}

    .formBox .w100 {
        width: 100%;
    }

    .formBox select {
        margin-bottom: 10px;
    }

.inline label {
    display: block;
}

.inline .form-control {
    display: inline-block;
}

.code {
    display: inline-block;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate(-50%,-75%);
    }

    to {
        opacity: 1;
        transform: translate(-50%,-50%);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate(0,-50%);
    }

    to {
        opacity: 1;
        transform: translate(-50%,-50%);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}


/*登入-選擇身份*/
.rightInputBox p {
    padding: 10px 10px;
    color: #0068b7;
}

/*標題*/
.topBar_fixed {
    z-index: 2;
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

.unitTitleBox {
    padding: 5px 10px;
    background: #7d7d7d;
}

    .unitTitleBox span,
    .searchBar button {
        color: #fff;
        margin: 0 2px;
    }

    .unitTitleBox button:hover {
        color: #fff;
    }

.btn-heart {
    padding: 0 2px;
    font-size: 1.125em;
    color: #fff;
}

    .btn-heart:focus {
        color: #fff;
        text-decoration: underline;
    }

.unitTitleBox .unitTitle {
    display: inline-block;
    line-height: 34px;
    font-size: 1.125em;
}

.unitTitleBox .dataTotal {
    display: inline-block;
    line-height: 34px;
    font-size: 0.875em;
}

.searchBar {
    padding: 5px 10px;
    background: #eeeeee;
}

    .searchBar .form-inline .form-group {
        margin-bottom: 4px;
    } 

    .width80 {
        width: 80px;
    }
    
.btn-black{
    display: inline-block;
    line-height: 34px;
    padding: 0 10px;
    background: #333;
    color: #fff;
}

/* Custom CSS */

#leftRegion {
    height: 100%; position: absolute; 
    left: 0; 
    right: 50%;
    background: -webkit-linear-gradient(left top, #1E90FF,#7B68EE);
    background: -o-linear-gradient(bottom right, #1E90FF,#7B68EE);
    background: -moz-linear-gradient(bottom right, #1E90FF,#7B68EE);
    background: linear-gradient(to bottom right, #1E90FF,#7B68EE);   
}

#logo {
    width: 50%; 
    top:   50%; 
    right: -50%; 
    position: relative; 
    transform: translate(-50%,-50%);
}

#wrb_logo {
    top:   20px; 
    right:  20px; 
    position: absolute; 
}

#rightRegion {
    height:100%;
    background-color: #f2f2f2; 
    position: absolute; 
    left: 50%; 
    right: 0;
}

#loginRegion {
    width: 400px; 
    height: 160px; 
    top:50%; 
    left:50%; 
    position: relative; 
    transform: translate(-50%,-50%); 
    min-width: 300px;
}

.row {
    width: 100%; 
    padding: 2px; 
    height: 34px;
}

.inputLabel {
    font-family: Microsoft JhengHei; 
    font-weight: bold; 
    font-size: 20px;
}

.inputTextRegion {
    position:absolute; 
    display: inline; 
    left: 50px; 
    right: 5px; 
    padding: 2px;
}

.inputTextRegion input {
    width: 100%; 
    height: 28px; 
    border-width: 0px;
}

#btnRegion {
    position:absolute; 
    left: 50px; 
    right: 2px; 
    background-color: #1E90FF;
}

#btnLogin {
    position:absolute; 
    width: 100%; 
    height: 34px; 
    background-color: #1E90FF; 
    border-width: 0px; 
    left: 0; 
    font-family: Microsoft JhengHei; 
    font-size: 20px; 
    color: #FFF;
}

#verifyRegion {
    position:absolute; 
    left: 50px; 
    right: 5px;
    padding: 2px;
    height: 40px;
}

#verifyText {
    position: absolute; 
    left: 2px; 
    right: 170px;
}

#verifyText input {
    position: relative; 
    width: 200px; 
    height: 28px; 
    border-width: 0px; 
}

#imgVerify {
    position: absolute; 
    width: 80px; 
    height: 32px; 
    right: 45px;
}

#reloadVerifyImgIcon {
    position: absolute; 
    width: 32px; 
    height: 32px; 
    right: 2px;
    border-width: 0px;
    background-color: black;
    background: url('https://api.iconify.design/ion:reload-circle-sharp.svg') no-repeat center center / contain;
}

#reloadVerifyImg {
    position: absolute; 
    width: 30px; 
    height: 30px; 
}

#registerRegion {
    text-align: right; 
    position:absolute; 
    left: 50px; 
    right: 5px; 
    padding-top: 5px;
}

#registerRegion span {
    font-family: Microsoft JhengHei; 
    font-size: 16px; 
    color: #229cfe;
}

@media only screen and (max-width: 1024px) {
    #leftRegion {
        z-index: 99;
        width: 100%;
        height: 120px;
        right: 0px;
    }

    #logo {
        width: 100px; 
        top:   10px; 
        right:  20px; 
        transform: translate(0%,0%);
        position: absolute;
    }

    #wrb_logo {
        height: 65px;
        left: 20px;
    }

    #rightRegion {
        left: 0px;
        width: 100%;
        min-height: 600px;
    }
}