.modal {
	--bs-modal-header-padding: 10px 15px;
}

.SS_btn {
	display: inline-block;
	padding: 1px 12px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #ffffff;
}

.SS_btn:focus, .SS_btn:active:focus, .SS_btn.active:focus, .SS_btn.focus, .SS_btn:active.focus, .SS_btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.SS_btn:hover, .SS_btn:focus, .SS_btn.focus {
	color: #333;
	text-decoration: none;
}

.SS_btn:active, .SS_btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.SS_btn.disabled, .SS_btn[disabled], fieldset[disabled] .SS_btn {
	cursor: not-allowed;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.SS_btn.disabled, fieldset[disabled] a.SS_btn {
	pointer-events: none;
}

.SS_SS_gray_btn {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.SS_SS_gray_btn:focus, .SS_SS_gray_btn.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.SS_SS_gray_btn:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.SS_SS_gray_btn:active, .SS_SS_gray_btn.active, .open>.dropdown-toggle.SS_SS_gray_btn {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.SS_SS_gray_btn:active:hover, .SS_SS_gray_btn.active:hover, .open>.dropdown-toggle.SS_SS_gray_btn:hover, .SS_SS_gray_btn:active:focus, .SS_SS_gray_btn.active:focus, .open>.dropdown-toggle.SS_SS_gray_btn:focus,
	.SS_SS_gray_btn:active.focus, .SS_SS_gray_btn.active.focus, .open>.dropdown-toggle.SS_SS_gray_btn.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.SS_SS_gray_btn:active, .SS_SS_gray_btn.active, .open>.dropdown-toggle.SS_SS_gray_btn {
	background-image: none;
}

.SS_SS_gray_btn.disabled, .SS_SS_gray_btn[disabled], fieldset[disabled] .SS_SS_gray_btn, .SS_SS_gray_btn.disabled:hover, .SS_SS_gray_btn[disabled]:hover, fieldset[disabled] .SS_SS_gray_btn:hover,
	.SS_SS_gray_btn.disabled:focus, .SS_SS_gray_btn[disabled]:focus, fieldset[disabled] .SS_SS_gray_btn:focus, .SS_SS_gray_btn.disabled.focus, .SS_SS_gray_btn[disabled].focus, fieldset[disabled] .SS_SS_gray_btn.focus,
	.SS_SS_gray_btn.disabled:active, .SS_SS_gray_btn[disabled]:active, fieldset[disabled] .SS_SS_gray_btn:active, .SS_SS_gray_btn.disabled.active, .SS_SS_gray_btn[disabled].active, fieldset[disabled] .SS_SS_gray_btn.active
	{
	background-color: #fff;
	border-color: #ccc;
}

.SS_blue_btn {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 13px;
	color: #ffffff;
	background: #158bc8;
	border: 1px solid transparent;
	border-radius: 4px;
	width: auto;
	height: 26px;
	padding: 1px 12px;
}

.SS_blue_btn:focus, .SS_blue_btn.focus {
	color: #fff;
	background-color: #137cb3;
}

.SS_blue_btn:hover {
	color: #fff;
	background-color: #137cb3;
}

.SS_blue_btn:active, .SS_blue_btn.active, .open>.dropdown-toggle.SS_blue_btn {
	color: #fff;
	background-color: #137cb3;
}

.SS_blue_btn:active:hover, .SS_blue_btn.active:hover, .open>.dropdown-toggle.SS_blue_btn:hover, .SS_blue_btn:active:focus, .SS_blue_btn.active:focus, .open>.dropdown-toggle.SS_blue_btn:focus,
	.SS_blue_btn:active.focus, .SS_blue_btn.active.focus, .open>.dropdown-toggle.SS_blue_btn.focus {
	color: #fff;
	background-color: #204d74;
}

.SS_blue_btn:active, .SS_blue_btn.active, .open>.dropdown-toggle.SS_blue_btn {
	background-image: none;
}

.SS_blue_btn.disabled, .SS_blue_btn[disabled], fieldset[disabled] .SS_blue_btn, .SS_blue_btn.disabled:hover, .SS_blue_btn[disabled]:hover, fieldset[disabled] .SS_blue_btn:hover, .SS_blue_btn.disabled:focus,
	.SS_blue_btn[disabled]:focus, fieldset[disabled] .SS_blue_btn:focus, .SS_blue_btn.disabled.focus, .SS_blue_btn[disabled].focus, fieldset[disabled] .SS_blue_btn.focus, .SS_blue_btn.disabled:active,
	.SS_blue_btn[disabled]:active, fieldset[disabled] .SS_blue_btn:active, .SS_blue_btn.disabled.active, .SS_blue_btn[disabled].active, fieldset[disabled] .SS_blue_btn.active {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.SS_blue_btn .badge {
	color: #337ab7;
	background-color: #fff;
}

.SS_gray_btn {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 13px;
	color: #333;
	background: #f0efef;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	width: auto;
	height: 26px;
	padding: 1px 12px;
}

.SS_gray_btn:focus, .SS_gray_btn.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.SS_gray_btn:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.SS_gray_btn:active, .SS_gray_btn.active, .open>.dropdown-toggle.SS_gray_btn {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.SS_gray_btn:active:hover, .SS_gray_btn.active:hover, .open>.dropdown-toggle.SS_gray_btn:hover, .SS_gray_btn:active:focus, .SS_gray_btn.active:focus, .open>.dropdown-toggle.SS_gray_btn:focus,
	.SS_gray_btn:active.focus, .SS_gray_btn.active.focus, .open>.dropdown-toggle.SS_gray_btn.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.SS_gray_btn:active, .SS_gray_btn.active, .open>.dropdown-toggle.SS_gray_btn {
	background-image: none;
}

.SS_gray_btn.disabled, .SS_gray_btn[disabled], fieldset[disabled] .SS_gray_btn, .SS_gray_btn.disabled:hover, .SS_gray_btn[disabled]:hover, fieldset[disabled] .SS_gray_btn:hover, .SS_gray_btn.disabled:focus,
	.SS_gray_btn[disabled]:focus, fieldset[disabled] .SS_gray_btn:focus, .SS_gray_btn.disabled.focus, .SS_gray_btn[disabled].focus, fieldset[disabled] .SS_gray_btn.focus, .SS_gray_btn.disabled:active,
	.SS_gray_btn[disabled]:active, fieldset[disabled] .SS_gray_btn:active, .SS_gray_btn.disabled.active, .SS_gray_btn[disabled].active, fieldset[disabled] .SS_gray_btn.active {
	background-color: #fff;
	border-color: #ccc;
}

.SS_gray_btn .badge {
	color: #fff;
	background-color: #333;
}

.SS_modal-title {
	margin: 0;
	line-height: 1.42857143;
	color: #ffffff;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 13px;
	min-height: 20px;
}

.SS_modal-header .close {
	margin-top: -2px;
}

.SS_modal-header {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
	background-color: #158bc8;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ss-modal-header {
	border-bottom: 1px solid #eee;
	background-color: #158bc8;
}

.ss-modal-header .btn-close {
	padding: 0;
	margin-right: 5px;
	width: 10px;
	height: 10px;
}

.SS_modal-content {
	background-color: #158bc8;
}

.SS_modal-body {
	position: relative;
	padding: 5px 35px 5px 35px;
	font-size: 13px;
	font-family: Arial, "微軟正黑體", "微軟雅黑體", sans-serif;
}

.ss-modal-body {
	font-family: Arial, "微軟正黑體", "微軟雅黑體", sans-serif;
	font-size: 13px;
}

.ss-input-group-addon {
	background-color: #eee;
}

/* Overriding CSS specified by dialog plugin */
.bootstrap-dialog .bootstrap-dialog-title {
	margin: 0;
	line-height: 1.42857143;
	color: #ffffff;
	font-family: Arial, "微軟正黑體", "微軟雅黑體", sans-serif;
	font-weight: normal;
	font-size: 13px;
}

.bootstrap-dialog-body {
	position: relative;
	padding: 5px 35px 5px 35px;
	font-size: 13px;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
}

.bootstrap-dialog .bootstrap-dialog-message {
	font-size: 13px;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
}

.SS_modal-footer {
	padding: 15px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}

.captcha_box {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background: url(../img/login/key.png) no-repeat;
	border: 1px solid #808080;
	outline: 1;
	padding-left: 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.email_box {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 40px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff; 
	background: url(../img/login/envelope.svg) no-repeat;
	background-size: 21px 21px;
	background-position: 11px 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.email_box:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.email_box::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.email_box:-ms-input-placeholder {
	color: #999;
}

.email_box::-webkit-input-placeholder {
	color: #999;
}

.email_box[disabled], .email_box[readonly], fieldset[disabled] .email_box {
	background-color: #eee;
	opacity: 1;
}

.email_box[disabled], fieldset[disabled] .email_box {
	cursor: not-allowed;
}

textarea.email_box {
	height: auto;
}

.password1_box {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 45px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background: url(../img/login/password.svg) no-repeat;
	background-size: 21px 21px;
	background-position: 11px 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.password1_box:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.password1_box::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.password1_box:-ms-input-placeholder {
	color: #999;
}

.password1_box::-webkit-input-placeholder {
	color: #999;
}

.password1_box[disabled], .password1_box[readonly], fieldset[disabled] .email_box {
	background-color: #eee;
	opacity: 1;
}

.password1_box[disabled], fieldset[disabled] .password1_box {
	cursor: not-allowed;
}

textarea.password1_box {
	height: auto;
}

.captcha_box {
	display: block;
	width: 100%;
	height: 35px;
	padding: 6px 40px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background: url(../img/login/locked.svg) no-repeat;
	background-size: 21px 21px;
	background-position: 11px 6px;
	border: 1px solid #ccc;
	border-radius: 4px 0px 0px 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom: 0 !important;
}

.captcha_box:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.captcha_box::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.captcha_box:-ms-input-placeholder {
	color: #999;
}

.captcha_box::-webkit-input-placeholder {
	color: #999;
}

.captcha_box[disabled], .captcha_box[readonly], fieldset[disabled] .captcha_box {
	background-color: #eee;
	opacity: 1;
}

.captcha_box[disabled], fieldset[disabled] .captcha_box {
	cursor: not-allowed;
}

textarea.captcha_box {
	height: auto;
}

.blue-head {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 13px;
	color: #158bc8;
}

.name_box {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 45px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background: url(../img/login/envelope.png) no-repeat;
	background-position: 13px 11px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.name_box:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.name_box::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.name_box:-ms-input-placeholder {
	color: #999;
}

.name_box::-webkit-input-placeholder {
	color: #999;
}

.name_box[disabled], .name_box[readonly], fieldset[disabled] .name_box {
	background-color: #eee;
	opacity: 1;
}

.name_box[disabled], fieldset[disabled] .pname_box {
	cursor: not-allowed;
}

textarea.name_box {
	height: auto;
}

p {
	padding-bottom: -90px;
}

.SS_input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding: 5px 35px 5px 500px;
	font-size: 13px;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
}

.SS_input-group-lg>.form-control, .SS_input-group-lg>.SS_input-group-addon, .SS_input-group-lg>.SS_input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

select.SS_input-group-lg>.form-control, select.SS_input-group-lg>.SS_input-group-addon, select.SS_input-group-lg>.SS_input-group-btn>.btn {
	height: 46px;
	line-height: 46px;
}

textarea.SS_input-group-lg>.form-control, textarea.SS_input-group-lg>.SS_input-group-addon, textarea.SS_input-group-lg>.SS_input-group-btn>.btn, select[multiple].SS_input-group-lg>.form-control,
	select[multiple].SS_input-group-lg>.SS_input-group-addon, select[multiple].SS_input-group-lg>.SS_input-group-btn>.btn {
	height: auto;
}

.SS_input-group-sm>.form-control, .SS_input-group-sm>.SS_input-group-addon, .SS_input-group-sm>.SS_input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.SS_input-group-sm>.form-control, select.SS_input-group-sm>.SS_input-group-addon, select.SS_input-group-sm>.SS_input-group-btn>.btn {
	height: 30px;
	line-height: 30px;
}

textarea.SS_input-group-sm>.form-control, textarea.SS_input-group-sm>.SS_input-group-addon, textarea.SS_input-group-sm>.SS_input-group-btn>.btn, select[multiple].SS_input-group-sm>.form-control,
	select[multiple].SS_input-group-sm>.SS_input-group-addon, select[multiple].SS_input-group-sm>.SS_input-group-btn>.btn {
	height: auto;
}

.SS_input-group-addon, .SS_input-group-btn, .SS_input-group .form-control {
	display: table-cell;
}

.SS_input-group-addon
:not
 
(
:first-child
 
)
:not
 
(
:last-child
 
),
.SS_input-group-btn
:not
 
(
:first-child
 
)
:not
 
(
:last-child
 
),
.SS_input-group
 
.form-control
:not
 
(
:first-child
 
)
:not
 
(
:last-child
 
)
{
border-radius
:
 
0;
}
.SS_input-group-addon, .SS_input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.SS_input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.SS_input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}

.SS_input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}

.SS_input-group-addon input[type="radio"], .SS_input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.SS_input-group .form-control:first-child, .SS_input-group-addon:first-child, .SS_input-group-btn:first-child>.btn, .SS_input-group-btn:first-child>.btn-group>.btn, .SS_input-group-btn:first-child>.dropdown-toggle,
	.SS_input-group-btn:last-child>.btn:not
	 (:last-child ):not (.dropdown-toggle ), .SS_input-group-btn:last-child>.btn-group:not
	 (:last-child ) >.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.SS_input-group-addon:first-child {
	border-right: 0;
}

.SS_input-group .form-control:last-child, .SS_input-group-addon:last-child, .SS_input-group-btn:last-child>.btn, .SS_input-group-btn:last-child>.btn-group>.btn, .SS_input-group-btn:last-child>.dropdown-toggle,
	.SS_input-group-btn:first-child>.btn:not
	 (:first-child ), .SS_input-group-btn:first-child>.btn-group:not (:first-child
	 ) >.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.SS_input-group-addon:last-child {
	border-left: 0;
}

.SS_input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.SS_input-group-btn>.btn {
	position: relative;
}

.SS_input-group-btn>.btn+.btn {
	margin-left: -1px;
}

.SS_input-group-btn>.btn:hover, .SS_input-group-btn>.btn:focus, .SS_input-group-btn>.btn:active {
	z-index: 2;
}

.SS_input-group-btn:first-child>.btn, .SS_input-group-btn:first-child>.btn-group {
	margin-right: -1px;
}

.SS_input-group-btn:last-child>.btn, .SS_input-group-btn:last-child>.btn-group {
	margin-left: -1px;
}

.E-name {
	display: block;
	width: 100%;
	height: 34px;
	padding: 8px 40px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #454646;
	background: url(../img/login/envelope_black.svg) no-repeat;
	background-size: 21px 21px;
	background-position: 11px 6px;
	border: 1px solid #e9e8e8;
	border-radius: 4px;
	background-color: #eee;
}

#dark_bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	filter: alpha(opacity = 50);
	opacity: .5;
}

.front_dialog {
	z-index: 1050;
}

.card-container.card {
	max-width: 400px;
	padding: 40px 40px;
}

.card {
	padding: 20px 25px 30px;
	margin: 0 auto 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 20px;
	border: 3px solid #158bc8;
	background: #fff;
}

.profile-img-card {
	margin: 0 auto 10px;
	display: block;
}

.profile-name-card {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
	min-height: 1em;
}

.form-signin #inputEmail, .form-signin #inputPassword {
	direction: ltr;
	height: 37px;
	font-size: 13px;
}

.form-signin input[type=email], .form-signin input[type=password], .form-signin input[type=text], .form-signin button {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	border-color: rgb(104, 145, 162);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
	background-color: #158bc8;
	padding: 0px;
	font-weight: normal;
	font-size: 16px;
	height: 36px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
}

.btn.btn-signin:hover, .btn.btn-signin:focus {
	background-color: #1376a9;
}

.btn.btn-signin:active {
	background-color: #10628c;
}

.remember_text {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 13px;
	color: #000;
	text-align: center;
}

.remember_text:hover, .remember_text:active, .remember_text:focus {
	color: #000;
}

.concurrent_user_text {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 13px;
	color: #000;
	text-align: center;
	margin-top: 10px;
}

.concurrent_user_text:hover, .concurrent_user_text:active, .concurrent_user_text:focus {
	color: #000;
}

.forgot_password {
	cursor: pointer;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 13px;
	color: #747474;
	text-align: center;
}

.forgot_password:hover, .forgot_password:active, .forgot_password:focus {
	color: #000;
	text-decoration: underline;
}

.user_box {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background: url(../img/login/name_icon.png) no-repeat;
	background-position: 13px 6px;
	border: 1px solid #808080;
	outline: 1;
	padding-left: 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.password_box {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background: url(../img/login/password.svg) no-repeat;
	background-size: 21px 21px;
	background-position: 11px 6px;
	border: 1px solid #ccc;
	outline: 1;
	padding-left: 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ss-template-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.SS_footer_text {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 12px;
	color: #7d7d7d;
	padding-top: 4px;
}

.SS_footer_text:hover {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	font-weight: normal;
	font-size: 12px;
}

.SS_footer_text a {
	padding: 0;
}

* {
	padding: 0;
}

html, body, #wrap {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

body>#wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 30px;
}

#footer {
	position: relative;
	margin-top: -30px;
	height: 30px;
	bottom: 0;
	background: #cccccc;
	clear: both;
	text-align: center;
	padding: 4px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul.errorMessage {
	list-style: outside none none;
	color: #a94442;
	font-size: 13px;
}

ul.systemMessage {
	list-style: outside none none;
	color: #000000;
	font-size: 13px;
}

#reCaptchaMessage{
	color: #a94442;
	font-size: 13px;
}

#forgetPwderror {
	color: #a94442;
	font-size: 13px;
}

#checkUserError {
	color: #a94442;
	font-size: 13px;
}

#resetPwdErr {
	color: #a94442;
	font-size: 13px;
}

a {
	color: #747474;
	text-decoration: underline;
}

a:visited {
	color: #747474;
	text-decoration: underline;
}

a:HOVER {
	color: #23527c
}

a:active {
	color: white;
}

.input-group {
	margin-bottom: 10px;
}

input[type=text]::-ms-clear {
	display: none;
}