﻿@charset "UTF-8";

body, html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 微軟正黑體,"Yu Gothic";
    background-color: #EFEFF9;
    position: relative;
}

@media (max-width: 1024px) {
    div.div_center {
        display: flex;
        justify-content: center;
    }

    .col-md-6.col-sm-7.col-xs-9.login_area {
        margin: 0;
        margin-top: 100px;
        right: initial;
    }
}

@media (max-width: 414px) {
    .col-md-6.col-sm-7.col-xs-9.login_area {
        width: 100%;
        margin-top: 0px;
    }

    div.login_area_top {
        border-radius: 0px;
    }

    div.col-md-7.center-margin {
        padding: 0px 20px;
    }
}

h1 {
    margin-bottom: 0px;
    margin-top: 15px;
}

.img_box {
    position: absolute;
    bottom: 0px;
}

.login_area {
    border-radius: 8px;
    box-shadow: 0px 15px 30px -20px #929292;
    padding: 0px;
    margin: 100px;
    position: absolute;
    right: 0;
}

.login_area_top {
    border-radius: 8px 8px 0px 0px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.center-margin {
    margin: 0 auto;
    float: none !important;
    padding: 0px;
}

.title-cn {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color:white;
}

.title-en {
    font-size: 18px;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    color: white;
}

.g_admin {
    background-color: white;
    padding: 31px 15px 40px 15px;
    border-radius: 0px 0px 8px 8px;
}

.login-input {
    height: 39px;
    font-size: 16px;
    border-radius: 100px;
}

.login_btn_txet {
    text-align: center;
}

.login-button {
    color: white;
    border: none;
    border-radius: 100px;
    width: 50%;
    height: 39px;
    cursor: pointer;
    margin-top: 65px;
    
}
/*{
    border-top: 1px solid #d7d7d7;
}*/

.SSO-login {
    /*height: 50px;
    padding-top: 14px;*/
}
