html {
	font-size: 10px;
}

body {
	height: 100%;
	font-size: 1.3rem;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
}

.forgot_pwd {
	color: #747474;
	cursor: pointer;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
}

.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: #98ca4c;
	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: #5ba311;
}

.SS_blue_btn:hover {
	color: #fff;
	background-color: #5ba311;
}

.SS_blue_btn:active, .SS_blue_btn.active, .open>.dropdown-toggle.SS_blue_btn
	{
	color: #fff;
	background-color: #5ba311;
}

.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.badge-pill {
	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.badge-pill {
	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;
}

.SS_modal-header .close {
	margin-top: -2px;
}

.SS_modal-header {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
	background-color: #98ca4c;
	-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-content {
	background-color: #158bc8;
}

.SS_modal-body {
	position: relative;
	padding: 5px 35px 5px 35px;
	font-size: 13px;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
}

/* Overriding CSS specified by dialog plugin */
.bootstrap-dialog .bootstrap-dialog-title {
	margin: 0;
	line-height: 1.42857143;
	color: #ffffff;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
	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.png) no-repeat;
	background-position: 13px 10px;
	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.png) no-repeat;
	background-position: 13px 10px;
	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: #97cc42;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px #97cc42, 0 0 8px
		rgba(151, 204, 66, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(151, 204, 66, .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: 34px;
	padding: 6px 40px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background: url(../../img/login/locked.png) no-repeat;
	background-position: 15px 7px;
	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;
}
.input-group-addon {
  padding: 0px 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.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: #97cc42;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px #97cc42, 0 0 8px
		rgba(151, 204, 66, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(151, 204, 66, .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: 0px 0px;
	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.form-control-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.png) no-repeat;
	background-position: 11px 10px;
	border: 1px solid #e9e8e8;
	border-radius: 4px;
	background-color: #e9e8e8;
}

#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 {
	border: none;
}

@media (min-width: 320px) {

.card-container.card {
	max-width: 400px;
	padding: 20px 13px 30px;
	margin: 0 auto 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
}

}




@media (min-width: 414px) {

.card-container.card {
	max-width: 400px;
	padding: 20px 25px 30px;
	background: #fff;
}

}




@media (min-width: 997px) {

.card-container.card {
	max-width: 400px;
	padding: 40px 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
}

}




@media (min-width: 320px) {

.profile-img-card {
	margin-left:12px;
	    -ms-transform: scale(0.8, 0.8); /* IE 9 */
    -webkit-transform: scale(0.8, 0.8); /* Safari */
    transform: scale(0.8, 0.8);
}
}


@media (min-width: 375px) {

.profile-img-card {
	margin: 0 auto 10px;
	display: block;
		    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);

}
}



@media (min-width: 414px) {

.profile-img-card {
	margin: 0 auto 10px;
	display: block;
		    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);

}
}


@media (min-width: 768px) {
	
.page-flag-login {
	padding-top: 100px;
}

.profile-img-card {
	margin: 0 auto 10px;
	display: block;
		    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);

}
}


.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: #97cc42;
    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: #7ca737;
}

.btn.btn-signin:active {
	background-color: #5d7d29;
}

.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;
}

.forgot_password {
  cursor:pointer;
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
  font-weight: normal;
  font-size: 13px;
	color: #747474;
	text-align: center;
	margin-top: 10px;
}

.forgot_pwd:hover, .forgot_pwd:active, .forgot_pwd: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.png) no-repeat;
	background-position: 9px 11px;
	border: 1px solid #808080;
	outline: 1;
	padding-left: 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ss-template-container {
	margin: 0px auto;
	width: 100%;
	padding: 0px;
}

#footer {
	position: relative;
	margin-top: -30px;
	height: 30px;
	bottom: 0;
	background: #cccccc;
	clear: both;
	text-align: center;
	padding: 4px;
}

.SS_footer_text {
    color: #7d7d7d;
    font-family: Arial,"微軟正黑體","微軟雅黑體";
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}

* {
	padding: 0px;
}

html, body, #wrap {
	height: 100%;
	width: 100%;
	margin: 0px auto;
}

body>#wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 30px;
}

.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;
}

#forgetPwderror {
	color:#a94442;
	font-size: 13px;
}

#resetPwdErr {
	color:#a94442;
	font-size: 13px;
}

a{
	color: #747474;
	text-decoration: underline;
}
a:link {
	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;
}

#paradmLogo .profile-img-card {
	width: 30%;
}

@media (min-width: 320px) {
.portal_name {
	font-family: Arial, "微軟正黑體", "微軟雅黑體";
  font-weight:100;
  font-size: 15px;
	color: #9c9c9c;
	text-align: center;
	margin-top:10px;
	margin-bottom: 18px;
}
}


@media (min-width: 375px) {
.portal_name {
  font-size: 20px;
}
}


@media (min-width: 414px) {
.portal_name {
  font-size: 22px;
}
}


@media (min-width: 768px) {
.portal_name {
  font-size: 23px;
}
}

@media (min-width: 997px) {
.portal_name {
  font-size: 21px;
}
}

.parahub-logo-big {
	width: 236px;
	height: 64px;	
}
