@charset "utf-8";
html,body{
	min-height:100%;
    font-size: 1rem;
}
body {
	font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif !important;
	background-color: #E2E2E2;
	background:url('../images/login_body_bg.png') no-repeat center center;		
	background-size:cover;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}
h3, .h3 {
    font-size: 1.75rem;
    margin-top: 0;
}
.body_box{
	min-width: 310px
}
.body_box h1{
	font-weight: bold;
	color: #3B2213;
	text-align: center;
	margin-top: 50px;
	font-size: 2.3rem;
    font-family: "Yu Gothic", SimHei;
}
.login_box{
	background: url(../images/login_box_bg2.png) no-repeat right bottom;
    background-size: 268px auto;
	width: 100%;
    max-width: 680px;
    background-color: #ffffff;
    margin: 20px auto 0 auto;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    padding: 15px;
	position: relative;
}
.login_box .logintit{
	background:url('../images/login_box_bg.png') no-repeat;
    background-size: auto 98%;
    height: 66px;
    width: 275px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: rgba(255, 255, 255, 0);
    float: left;
    margin: -15px 0 0 -15px;
}
.login_box .subtit{
    color: #2A378F;
    font-weight: bold;
    float: right;
	margin-bottom: 0;
}
.typbox{
	display: inline-block;
    margin-top: 25px;
    padding-right: 254px;
}
.typbox>ul{
	margin: 0;
    padding: 0;	
    padding-left: 30px;
}
.typbox>ul li {
	margin: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 3px;
}
.typbox>ul li span{
	float: left;
    margin-top: 8px;
    font-size: 0.9rem;
}

.typbox input[type="text"],.typbox input[type="password"] {
	float: left;
    width: calc(100% - 120px);
    height: 35px;
    padding: 0 6px;
    font-size: 18px;
    border: 1px solid #b3b3b3;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.typbox input[type="text"]:focus,.typbox input[type="password"]:focus {
    border-color: #e3b451;
    outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 204, 53, 0.8);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 204, 53, 0.8);
}
.login_nb{
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
}
.login_nb {
    text-align: right;
    padding-right: 40px;
}
.login_nb>img {
	height: 30px;
	margin-right: 10px;
}
.login_nb>.rnBt_icon img{
	height: 30px;
}
.rnBt_icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #32384c;
    border-radius: 6px;
}
.rnBt_icon img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.rnBt_icon:hover{
    background-color: #1a2033;
}
.rnBt_icon:hover img{
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
}
.login_btn {
	text-align: center;
    padding-top: 20px;
}
.login_btn button{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px;
    margin: 5px;
    border: 0px;
    min-width: 90px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.loginBt {	
    background-color: #5B5241;
}
.loginBt:hover {
    background-color: #353027;
}
.logBox_menu{
	margin-top: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.logBox_menu>ul {
    margin: 0;
    padding: 0;
	text-align: center;
}
.logBox_menu>ul li {
	margin: 0;
	display: inline-block;
	color: #2A378F;
}
.logBox_menu>ul li a{
	display: inline-block;
	font-size: 0.8rem;	
	padding: 5px;
	color: #2A378F;
}
footer{
	font-size: 0.8rem;
	width: 100%;
    max-width: 650px;
    margin: 20px auto 20px auto;
	color: #404040;
}
footer .row div:nth-child(1){
    padding-top: 5px;
    padding-bottom: 10px;
}
footer .row div:nth-child(2){
	
}

footer .row div:nth-child(2) img{
	width: 230px;
}
footer .row p{
	margin: 0;
	margin-top: 2px;	
}
/*按鈕*/
.btn-success {
    color: #fff;
    background-color: #716d64;
    border-color: #4f4d48
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #7f7b73;
    border-color: #4f4d48
}

.btn-success:hover {
    color: #fff;
    background-color: #7f7b73;
    border-color: #4f4d48
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #7f7b73;
    border-color: #4f4d48
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #4f4d48;
    border-color: #4f4d48
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #716d64;
    border-color: #4f4d48
}

.btn-line{
	color:#5b5241;
	background-color:#FFF;
	border-width:1px; 
	border-style:solid;
	border-color:#5b5241
}

/*彈跳視窗*/
.modal-title {
    font-size: 27px;
    color: #0C89AA;
    font-weight: bold;
}

.control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 4px;
    color: #0c89aa;
}

.form-group {
    margin-bottom: 15px;
}

.col-sm-3{
  	padding-left: 0;
  	padding-right: 25px;
}
@media (max-width:768px){
.body_box h1 {
    font-size: 1.8rem;
    margin-top: 20px;
}
.login_box .subtit{
    font-size: 1.7rem;
	}
.login_box {
    background: none;
	background-color: #fff;
	border-bottom: 5px solid #E3B451;
}
.typbox {
    padding-right: 0px;
}
.typbox ul {
    padding-left: 0;
}	
footer{
	text-align: center
}
}
@media (max-width:576px){
.body_box h1 {
    font-size: 1.6rem;
}
.body_box h1 span, footer span{
    display: block;
}
.login_box .subtit{
    font-size: 1.6rem;
	}
}

.modal-title {
    font-size: 27px;
    color: #0C89AA;
    font-weight: bold;
}
.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 4px;
    color: #0c89aa;
}

.rnBt_icon img{
	height: 30px;
}
.rnBt_icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #32384c;
    border-radius: 6px;
}
.rnBt_icon img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.rnBt_icon:hover{
    background-color: #1a2033;
}
.rnBt_icon:hover img{
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
}
#eyeIcon {
	float: left;
	margin-top: 8px;
}