﻿body {
	font-family: font-file-77385, "微軟正黑體";
	/*font-family: Segoe UI, Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 70%;*/
}

.mainframe
{
	font-family : Segoe UI, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

input 
{
	font-family : Segoe UI, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

span.ad {
	color:#777777;
	display: none;
	float: right;
	height:120px;
	margin:0 10px;
	background-color:white;
	width:200px;
	padding:10px;
	text-align:left;
	line-height:1.5em;
}

#txtLoginName
{
}

#txtPassword 
{
}

#btnLogin
{
	/*background-image:url(images/btn_greenarrow.gif);
	border:none;
	color:white;
	font-family:Tahoma;
	font-size:100%;
	height:21px;
	width:74px;
	padding-left:20px;
	text-align:left;
	vertical-align: top;*/
}

.loginlogo {
	width: 50%;
	max-width: 500px;
}

.logincenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logindiv {
	width: 50%;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	font-size: 16px;
	max-width: 500px;
}

.logintable {
	width: 100%;
	border: none;
	border-collapse: collapse;
	padding: 0;
}

.logincolormis1 {
	color: rgb(53, 182, 170);
}

.logincolormis2 {
	color: rgb(53, 91, 114);
}

.loginbackgroundcolormis1 {
	color: white;
	background-color: rgb(53, 182, 170);
}

.loginbackgroundcolormis2 {
	color: white;
	background-color: rgb(53, 91, 114);
}

.logintitlemis {
	text-align: center;
	font-weight: bolder;
	white-space: nowrap;
	padding: 10px 0;
}

.logininput {
	width: calc(100% - 20px);
	margin: 0 10px;
	font-size: 20px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-color: #E2E2E2;
	outline: none;
	background-color: rgba(255, 255, 255, 0);
}

.loginbutton {
	width: 60%;
	text-align: center;
	font-size: 20px;
	white-space: nowrap;
	padding: 5px 0;
	margin: 60px 0 10px 0;
	border-radius: 10px;
	border: none;
}

.errortest {
	color: red;
	padding: 10px;
}

.tv {
	vertical-align: bottom;
	text-align: right;
	padding-bottom: 1px;
	color: black;
}

.tv a {
	color: black;
	text-decoration: none;
}

.tv a:hover {
	text-decoration: underline;
}

#bulletin {
	height: 180px;
	position: absolute;
	top: 0;
	right: 0;
}

.passwordbox {
	position: relative;
	left: 0px;
	top: 0px;
}

.eyebutton {
	background: url(images/invisible.png) 50% 50% no-repeat;
	background-size: 21px;
	border-left: 1px solid #dadada;
	display: none;
	height: 25px;
	width: 44px;
	position: absolute;
	top: 0px;
	right: 1px;
	margin-top: 3px;
}

.eyebutton-closed {
	background: url(images/visible.png) 50% 50% no-repeat;
	background-size: 21px;
	border-left: 1px solid #dadada;
	display: none;
	height: 25px;
	width: 44px;
	position: absolute;
	top: 0px;
	right: 1px;
	margin-top: 3px;
}