﻿@charset "utf-8";
* { padding: 0; margin: 0; }
html, body {
    min-height: 100% !important;
    height: 100%;
	background:#ffffff;
	text-align:center; 
}
body,p,div,td,button{font-family:"微軟正黑體";}
.loginFrom{ background:url(/image/index_bg.png) no-repeat; width:850px; height:550px; margin:0px auto; position:relative; top:50px; }
.loginCust{ background:url(/image/cust_name.png) no-repeat; width:800px; height:140px; margin:0px auto; position:relative; top:5px; background-position: center; }
.loginDiv{ position:absolute; left:225px; top:240px; padding:12px 0px; width:370px;  }
.fromGroup{ padding:4px 0px; overflow:hidden;}
.fromGroup2{ padding:6px 0px; height:80px; overflow:hidden;}
.labelSpan{ padding:0px 0px 0px 0px; float:left; width:25%; height:28px; font-size:18px; }
.labelSpan label{ line-height:28px; vertical-align:middle;}
.inputSpan{ padding:0px; float:left; width:75%;  height:28px;}
.inputSpan input{ padding:0px 5px; border:solid #ccc 1px; border-radius:4px; width:90%; height:28px; font-size:20px;}
.lgSelect{ text-align:left; padding-left: 15px; }
.fromBotton{padding:5px 0px; }
.TertonBtn,
.TertonBtn a{ border-radius:8px; padding:5px 12px; font-size: 18px;margin: 6px 0px 0px 6px; cursor:pointer;}
.TertonBtn:focus { outline: none; }
.alert-warning { font-size: 22px; }