@import '../def/def_div_c.css';
@import '../def/def_form_c.css';
@import '../def/def_color_c.css';
@import '../def/def_list_c.css';

*{
    padding: 0px;
    margin: 0px;
    font-family: '微軟正黑體';
}

body{
    background-color: rgba(0%,0%,0%,0.8);
}

#warp{
    display: none;
    position: relative;
    height: 300px;
    min-width: 950px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #fff;
    overflow: hidden;
    -webkit-user-select: none;
}

#content{
    position: relative;
    width: 910px;
    height: 100%;
    margin: 0px auto;
    
}

#content_right{
    position: relative;
    float: left;
    width: 630px;
    height: 300px;
    background-image: url('../../img/template/login/loginImg.png');
    box-shadow: 0px 0px 10px #000;
    cursor: pointer;
}

#content_left{
    position: relative;
    float: left;
    width:270px;
    height: 300px;
    margin-left: 10px;
    background-color: #555;
    box-shadow: 0px 0px 10px #000;
    color:#fff;
    cursor:default;
}

