body {
    background-image: url(../images/login/background.jpg);
    background-repeat: no-repeat;
    background-attachment : fixed;
    background-position : center;
    font-size: 14px;
    height: 100vh;
}

* {
    font-family: "Microsoft JhengHei", "Microsoft YaHei", "Arial", sans-serif;
    ul:0;
}

.clear {
    clear: both;
}

.infotitle {
    font-size: 12pt;
    line-height: 20pt;
    text-decoration: underline;
}

.infoartile {
    font-size: 10pt;
    margin-bottom: 10px;
}

.loginpage {
    height: 100%;
    text-align: center;
    width: 100%;
}

.loginpage:before {
    content : "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.loginDiv {
    background-color: #ffffff;
    display: inline-block;
    font-weight: 900;
    height: 620px;
    vertical-align: middle;
    width: 950px;
}

.loginLeftDiv {
    float: left;
    height: 620px;
    position: relative;
    width: 280px;
}

.cover_img_area {
    height: 100%;
    width: 100%;
}

.cover_img {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.infoshow {
    background-color: rgba(1,76,116,0.7);
    height: 100%;
    margin-top: -620px;
    position: relative;
    text-align: left;
    width: 100%;
}

.infoshow_news {
    color: #FFFFFF;
    position: absolute;
    text-align: justify;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}

.ezteamwork_logo {
    margin: -65px 10px 0 10px;
    position: relative;
}

.ezteamwork {
    width: 85%;
}

.loginRightDiv {
    background-color: #FFFFFF;
    float: right;
    height: 620px;
    position: relative;
    width: 670px;
}

.company_area {
    height: auto;
    padding: 20px 0px 10px;
    text-align: center;
    width: 100%;
}

.company_logo {
    max-height: 100px;
    padding: 0 5px 5px 0;
    vertical-align: middle;
}

.company_name {
    box-sizing: border-box;
    font-size: 28px;
    padding: 0 10px;
    vertical-align: center;
}

.warning_area {
    height: auto;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.warning {
    color: red;
    display: inline-block;
    font-size: 12pt;
    text-align: left;
    width: 500px;
}

.loginform_area {
    width: 250px;
    text-align: center;
    width: 100%;
    position: relative;
    vertical-align: middle;
    min-height: 350px;
    padding-bottom: 10px;
}

.field {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#fieldlist {
    margin: 0px auto;
    padding: 0;
    width: 250px;
}

#fieldlist li {
    list-style: none;
    padding-bottom: 1.5em;
    text-align: left;
    width: 100%;
}

#fieldlist label {
    display: block;
    padding-bottom: .3em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

#fieldlist .k-icon {
    margin: 30% 0;
}

#fieldlist .k-dropdown .k-state-default {
    border-color: #ddd;
}

.footer_menu .k-icon {
    margin: 20% 0;
}

.forgot_PW {
    float: right;
    text-align: right;
    margin-top: -0.6rem;
}

.forgot_PW a {
    font-size: 0.6rem;
}

.Language {
    font-size: 10px;
    padding: 0px;
    color: #000000;
}

.footer {
    font-size: 10pt;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.footer_menu ul li {
    border-right: 1px solid #505050;
    display: inline-block;
    margin: 0;
    padding: 0 8px;
}

.footer_menu ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.footer a {
    color: #333333;
    text-decoration: none;
}

.footer_link {
    margin-right: 10px;
    text-decoration: none;
}

.footer_notice {
    color: #999999;
    padding-bottom: 1rem;
}

.footer {
    border: 0px;
}

.k-dropdown .k-input, .k-selectbox .k-input {
    border-right: 1px solid #ccc;
}

a {
    color: #0075b4;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}

.k-textbox {
    border-color: #ddd;
}

.k-dropdown .k-state-default {
    border-color: #ddd;
}

@media only screen and (max-width: 980px) {
    .loginDiv {
        background: none;
        height: 850px;
        margin: 0 auto;
        position: relative;
        width: 670px;
    }
    .loginLeftDiv {
        float: none;
        height: 250px;
        width: 670px;
    }
    .loginRightDiv {
        background-color: rgba(255,255,255,0.9);
        float: none;
        height: auto;
        width: 670px;
    }
    .infoshow {
        margin-top: -250px;
        padding: 0px;
    }
    .infoshow_news {
        padding: 0 5%;
        top: 30%;
        width: 90%;
    }
    .ezteamwork_logo {
        margin: -40px 20px 0 0px;
        position: relative;
        text-align: right;
    }
    .ezteamwork {
        width: 40%;
    }
    .cover_img {
        max-height: none;
        margin-top: -100%;
    }
    .cover_img_area {
        overflow: hidden;
    }
    .footer {
        position: unset;
    }
    .field {
    top: 40%;
    }
}

@media only screen and (max-width: 690px) {
    .loginDiv {
        height: 790px;
        width: 90%;
    }
    .loginRightDiv {
        height: auto;
        width: 100%;
    }
    .loginLeftDiv {
        height: 200px;
        width: 100%;
    }
    .infoshow {
        margin-top: -200px;
    }
    .infoshow_news {
        top: 40%;
    }
    .company_logo {
        max-height: 80px;
        padding: 0 0 5px 0;
        vertical-align: middle;
    }
    .company_name {
        display: block;
        font-size: 2em;
    }
    .warning {
        font-size: 10pt;
        text-align: justify;
        width: 100%;
    }
    .ezteamwork_logo {
        margin: -40px 20px 0 0px;
        position: relative;
    }
}

@media only screen and (max-width: 450px) {
    .loginDiv {
        height: 790px;
        width: 100%;
    }
    .company_name {
        font-size: 1.5em;
    }
    .loginpage:before {
        display: none;
    }
}
