﻿@charset "utf-8";

/** { font-family: NanumGothic; }*/

select {height: 20px;width: 80px;background-color: transparent;color: #006ab6;border-color: #006ab6;}

table{border-spacing:0px;border-style:none;padding:0px}
table tr {height:25px;}
td{border-spacing:0px;border-style:none;padding:0px}

/*로그인*/

.login_wrapper {
    margin: 0;
    padding: 0;
    background-image: url('/image/Hi-mate_2_0/bg_img_pc.png');
    background-size: cover; /*100% 100%;*/
    background-position: left top;
    background-repeat: no-repeat;
    /*-webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;*/
}

.login_bx_v2  {margin:auto;width:375px; margin-top: 60px;/*position:fixed;left:11.6%;top:15%;*/}
.login_input_v2 {margin:5px;}
.login_input_v2 .input_bx {
    width: 260px; /*250*/
    height: 35px; /*32px*/
    color: #00529b;
    /*line-height: 20px;border-radius: 2px;*/
    padding-left: 10px;
    margin-bottom: 3px;
    border: 0.5px solid;
    border-color: #00274f;
    background: #d8e6ee; /*d5e3f2;*/
    font-size: 12px;
}
.login_input_v2 span {
    color: #006ab6; /*deepblue*/
}

.aLogin {
    padding-left: 3px;
    width: 80px;
    height: 75px;
    color: #ffffff;
    background-color: #00093B; /*68a4d6*/
    border: none;
}
.aLogin:hover {background: #00348b;}
.subTitle {font-size: 15px;color: #00093B !important;}

.divBg {position: fixed;top: 0;width: 100%;height: 100%;filter: alpha(opacity=30);opacity: 0.3;background-color: #000;}