
body{
	font-family: Microsoft JhengHei;
	background-color:#f5f5f5;
}
 	
.login-bg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}

.userportal{
	background-image: url("../images/portal_background.png");
	-webkit-background-position: center;
	-webkit-background-repeat: no-repeat;
	-webkit-background-size: cover;	
}
 	
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.portalInner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 425px;
    width: fit-content;
    height: fit-content;
    padding: 27px;
    min-width: 320px;
    min-height: 338px;
    overflow: hidden;
}

.portalInputBackground {
	background-color: transparent;
}

.portalLogo {
	text-align:center;
}

.portalLogo img{
	width:150px;
}

.logintitle {
	text-align:center;
	font-size:36px;
	font-weight:700;
	color: #FFFFFF;
}

.blockinterval {
	padding:10px 0px;
}

.portalLabelText {
	text-align: left;
	color: #FFFFFF;
	max-width: 290px;
	font-size:17px;
	background-color: transparent;
	margin-top: 20px;
	display: block;
	font-weight: normal;
}

.portalInputText {
	color: #FFFFFF;
	font-size:17px;
	width: 290px;
	height: 35px;
	background-color: transparent;
	border-color: #FFFFFF;
	border: solid;
	border-width: thin;
	border-radius: 3px;
	padding-left: 10px;
	margin-top: 20px;
	display: block;
}

.portalInputText::-webkit-input-placeholder {
    color: #FFFFFF;
}

.portalInputText::-moz-placeholder {
    color: #FFFFFF;
}

.portalInputText::-ms-placeholder {
    color: #FFFFFF;
}

.portalInputText::placeholder {
    color: #FFFFFF;
}

.portalSelector {
	color: #FFFFFF;
	font-size:17px;
	width: fit-content;
	height: 35px;
	background-color: transparent;
	border: solid;
	border-width: thin;
	border-radius: 3px;
	display: inline-block;
}

.portalOption {
    color: #FFFFFF;
	width: fit-content;
    background-color: #2C6D99;
}

.portalSubmitButton {
	width: 290px;
	height: 40px;
	display: block;
	margin-top: 20px;
	color: #FFFFFF;
	background-color: transparent;
	border: solid;
	border-width: thin;
	border-radius: 3px;
}
.portalSubmitButton:disabled {
	background-color: #3E3E3E;
}

.portalSubmitButton:hover {
	background-color: #4A9DD7;
}

.portalSubmitButton:disabled:hover {
	background-color: #3E3E3E;
}

/* 登入倒數視窗樣式 */

.popupDiv {
	display:none;
}

.popupDialog {
	width: 25%;
	min-width: 300px;
}

.popupDialogContent {
	border-radius: 1em;
}

.popupDialogContentHeader {
	background:#e6e6e6;
	border-radius: 1em 1em 0em 0em;
}

.popupDialogContentHeaderTitle {
	text-align:center;
	font-weight:700;
	margin: auto;
}

.popupDialogContentBodyTitle {
	text-align:center;
	font-size:17px;
}

.popupDialogContentBodyContent {
	font-size:21px;
	font-weight:700;
	color:#2C8BC3;
}

.popupDialogContentBodyImg {
	display:flex;
	justify-content:center;
	padding:15px 0px;
}

.popupDialogContentBodyBarDiv {
	margin:auto;
	height:9px;
	width: 35%;
	border-radius: 1em;
	box-shadow: inset rgba(0, 0, 0, 0.3) 0 0 10px;
}

.popupDialogContentBodyBar {
	width: 100%;
	border-radius: 1em;
	background-color:#2C8BC3;
}

.popupDialogContentFooter {
	border-top: 0 none;
	margin-top: 0px;
	padding-top: 0px;
	border-radius: 0em 0em 1em 1em;
}

.popupDialogContentFooterBtn {
	background-color: #F0F0F0
}