
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;
    background: rgba(0, 0, 0, 0.4);
}

.popupDialog {
    margin: auto !important;
}

.popupDialogContent {
    width: 480px;
    max-width: 90%;
    margin: auto;
	border-radius: 1em !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.popupDialogContentHeader {
	border-radius: 1em 1em 0em 0em !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjkuNiAxMjAiPgogIDxnPgogICAgPHJlY3QgZmlsbD0iI0ZGRkZGRiIgeT0iMCIgd2lkdGg9IjMyOS42IiBoZWlnaHQ9IjEyMCIgcng9IjEyIiByeT0iMTIiLz4KICAgIDxwYXRoIGZpbGw9IiM5MmQwY2UiIGQ9Ik0zMTcuNiwwSDEyQzUuNCwwLDAsNS40LDAsMTJ2ODEuMmM1MS45LDE2LjgsMTA3LjMsMjUuOSwxNjQuOCwyNS45czExMi45LTkuMSwxNjQuOC0yNS45VjEyYzAtNi42LTUuNC0xMi0xMi0xMloiLz4KICA8L2c+Cjwvc3ZnPg==");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    border-bottom: none !important;
}


.popupDialogContentHeaderTitle:first-line {
    text-align: center;
    white-space: nowrap;
    margin: auto;
    font-size: clamp(0.5rem, 5vw, 1.75rem);
    font-family: 微軟正黑體, Arial;
    color: #000;
    font-weight: bold;
}

.popupDialogContentHeaderTitle {
	text-align:center;
    white-space: nowrap;
	margin: auto;
    font-size: clamp(0.375rem, 5vw, 1.625rem);
    font-family: 微軟正黑體, Arial;
    color: #000;
    margin-top: 0.25rem;
    margin-bottom: 1rem !important;
}

.popupDialogContentBody {
	background-color: #FFF;
}

.popupDialogContentBodyTitle {
	color: black;
	text-align:center;
	font-size:17px;
	font-family: 'Times New Roman';
    margin: 16px 0px;
}

.popupDialogContentBodyContent {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2679B2;
}

.popupDialogContentBodyImg {
	display:flex;
	justify-content:center;
}

.popupDialogContentBodyBarDiv {
	margin:auto !important;
	height:9px !important;
	width: 35% !important;
	background-color: white;
	border-radius: 1em !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.popupDialogContentBodyBar {
	width: 100%;
	border-radius: 1em;
    background-color: #2679B2 !important;
}

.popupDialogContentFooter {
	background-color: #FFF;
	border-top: 0 none !important;
	margin-top: 0px;
	padding-top: 0px !important;
	border-radius: 0em 0em 1em 1em !important;
	display: flex;
    margin: auto;
}

.popupDialogContentFooterBtn {
	background-color: #f5b1a2 !important;
}