﻿@import url("/Styles/reset.css");

body,html {
    -webkit-font-smoothing: antialiased;
    font-family: "微軟正黑體";
    color: #232525;
    width:100%;
    height:100%;
    /*height:auto;*/
}

div#wrapper {
    background: url(/Img/NewLayout/loginPage/backgroud.jpg);
    background-repeat: no-repeat;
    margin:0 auto;

    background-size:100% 100%;
    background-position:50% 50%;
    width:100%;
    height:100%;
}

div#header {
    background-image: url("/Img/NewLayout/loginPage/header.png");
    background-repeat: no-repeat;
    margin:0 auto;
    height: 54px;

    background-size:100% 54px;
    background-position:50% 50%;
    width:100%;
}

div#article {
    height: 560px;
    width: 100%;
    /*height: 100%;*/
    
}

div#layoutleft {
    display: block;
    float: left;
    width:30%;
    height:100%;
    margin-top:54px;
    padding-left:3%;
}

div#layoutright {
    display: block;
    float: left;
    width:67%;
    height:100%;
    margin-top:54px;
    min-width:300px;
}

.introduce {
    margin-right: 2%;
    margin-bottom: 5%;
    display: block;
    float: left;
    width: 30%;
    height:30%;
    border: 1px solid #E2887B;
    background-color: #F6F6F6;
    text-decoration:none;
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position:50% 50%;
    box-shadow:3px 4px 12px #666;

    font-size:16px;
    line-height:22px;
    color:#000000;
    font-weight:800;
    text-shadow:2px 2px 2px White;
    text-align:center;
    text-wrap:normal;
}

#intro1{
    background-image:url("/Img/NewLayout/loginPage/intro/1zh-TW.jpg");
}

#intro2{
    background-image:url("/Img/NewLayout/loginPage/intro/2zh-TW.jpg");
}

#intro3{
    background-image:url("/Img/NewLayout/loginPage/intro/3zh-TW.jpg");
}

#intro4{
    background-image:url("/Img/NewLayout/loginPage/intro/4zh-TW.jpg");
}

#intro5{
    background-image:url("/Img/NewLayout/loginPage/intro/5zh-TW.jpg");
}

#intro6{
    background-image:url("/Img/NewLayout/loginPage/intro/6zh-TW.jpg");
}

/*========layoutleft========*/
#LoginCloud {
    box-sizing: border-box;
    padding-left: 15px;
    padding-top: 0px;
    background-image: url("/Img/NewLayout/loginPage/loginDiv/right-sidebar-up.png");
    width: 260px;
    height: 280px;
    background-repeat: no-repeat;
    background-size: 260px 280px;
    display: block;
}

#LoginCloud_lblLoginTitle {
    font-size:16px;
    line-height:22px;
    color:White;
    font-weight:800;
    text-shadow:2px 2px 2px black;
    width:180px;
    height:20px;
    margin:0 auto;
    display:block;
    text-align:center;
    text-wrap:normal;
}

#LoginCloud_lbUserName {
    display: block;
    margin-top: 30px;
    text-align: left;
    color:White ;
    height: 10px;
    text-shadow:2px 2px 2px black;
}
#LoginCloud_UserName {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    background-image: url("/Img/NewLayout/loginPage/loginDiv/loginTbUserName.png");
    width: 230px;
    height: 28px;
    
    background-repeat: no-repeat;
    background-size: 23px 22px;  /*背景圖刻意縮小比例,取右邊*/
    background-position:center right;
}

#LoginCloud_lbPassword {
    display: block;
    margin-top: 20px;
    text-align: left;
    color: White;
    height: 10px;
    text-shadow:2px 2px 2px black;
}

#LoginCloud_Password {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    background-image: url("/Img/NewLayout/loginPage/loginDiv/loginTbPassword.png");
    width: 230px;
    height: 28px;
    
    background-repeat: no-repeat;
    background-size: 25px 22px;
    background-position:center right;
}

.LoginBtn {
    display: block;
    margin-top: 15px;
    border-width: 1px;
    border-style: solid;
    border-color:#0072b4 ;
    background-color: #0072b4;
    color: White;
    border-radius: 5px;
    width: 230px;
    height: 30px;
    font-weight:900;
    font-size:18px;
    line-height:30px;
    font-family:"微軟正黑體";
    text-shadow:1px 1px 1px #333;
    cursor:pointer;
}

.error {
    display: block;
    text-align: left;
    height: 10px;
    color: red;
}

#forgetPwd{
    display:block;
    float:left;
    margin-top:3px;
    font-size:12px;
    color:White;
}

div#loginMultiLang {
    padding-top: 10px;
    width: 260px;
    display: block;
}

#lblLanguage {
    margin-top:5px;
    Width: 20%;
    height: 20px;
    Color: #0072b4;
    font-weight:800;
    text-shadow:1px 1px 1px white;
}

#ddlLanguage {
    margin-top:5px;
    Width: 60%;
    height: 20px;
    font-size: 12px;
}

