html,
body {
	min-height: 100%;
}

body.sorder-login-page {
	margin: 0;
	background: #f3f5f7;
	color: #28323c;
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

.sorder-login-page * {
	box-sizing: border-box;
}

.sorder-brand-header {
	overflow: hidden;
	width: 100%;
	background: #e60012;
}

.sorder-brand-header__inner {
	max-width: 1186px;
	margin: 0 auto;
}

.sorder-brand-header__image {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
}

.sorder-login-main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: calc(100vh - 88px);
	padding: 44px 20px 56px;
	background:
		linear-gradient(135deg, rgba(230, 0, 18, 0.035) 0%, rgba(230, 0, 18, 0) 45%),
		#f3f5f7;
}

.sorder-login-card {
	position: relative;
	width: 100%;
	max-width: 560px;
	padding: 34px 46px 30px;
	border: 1px solid #d9dee3;
	border-top: 5px solid #e60012;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(31, 43, 55, 0.14);
}

.sorder-login-card__heading {
	margin-bottom: 24px;
	text-align: center;
}

.sorder-login-card__eyebrow {
	margin: 0 0 7px;
	color: #e60012;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 18px;
}

.sorder-login-card__title {
	margin: 0;
	color: #202b35;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 38px;
}

.sorder-login-card__description {
	margin: 8px 0 0;
	color: #69747e;
	font-size: 14px;
	line-height: 22px;
}

.sorder-login-form-table {
	width: 100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 0 13px;
	color: #28323c;
}

.sorder-login-form-table th,
.sorder-login-form-table td {
	padding: 0;
	border: 0;
	vertical-align: middle;
}

.sorder-login-form-table th {
	width: 105px;
	padding-right: 14px;
	color: #3c4650;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	white-space: nowrap;
}

.sorder-login-form-table .ListInput,
.sorder-login-form-table input[type="text"],
.sorder-login-form-table input[type="password"],
.sorder-login-form-table select {
	width: 100%;
	height: 42px;
	padding: 8px 12px;
	border: 1px solid #b9c2ca;
	border-radius: 4px;
	background: #ffffff;
	color: #202b35;
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	outline: none;
}

.sorder-login-form-table .ListInput:focus,
.sorder-login-form-table input[type="text"]:focus,
.sorder-login-form-table input[type="password"]:focus,
.sorder-login-form-table select:focus {
	border-color: #e60012;
	box-shadow: 0 0 0 3px rgba(230, 0, 18, 0.12);
}

.sorder-login-choice-group,
.sorder-login-password-options {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sorder-login-choice-label,
.sorder-login-remember-label {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 22px;
	color: #39434d;
	font-size: 14px;
	line-height: 22px;
	cursor: pointer;
}

.sorder-login-choice-label:last-child {
	margin-right: 0;
}

.sorder-login-choice-label input,
.sorder-login-remember-label input {
	width: 16px;
	height: 16px;
	margin: 0 7px 0 0;
}

.sorder-login-password-options {
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 9px;
}

.sorder-login-remember-label {
	margin-right: 0;
	color: #5d6872;
	font-size: 13px;
}

.sorder-login-password-link,
.sorder-login-password-link:visited {
	color: #b5000e;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
}

.sorder-login-password-link:hover,
.sorder-login-password-link:focus {
	color: #e60012;
	text-decoration: underline;
}

.sorder-login-captcha {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.sorder-login-captcha__input {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
}

#code {
	display: block;
	-ms-flex: 0 0 84px;
	flex: 0 0 84px;
	width: 84px;
	height: 42px;
	margin: 0 8px;
	padding: 8px 5px;
	border: 1px solid #c6cdd3;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}

.sorder-login-captcha__refresh {
	display: inline-block;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 42px;
	padding: 0 11px;
	border: 1px solid #aeb8c1;
	border-radius: 4px;
	background: #f7f8f9;
	color: #46515b;
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

.sorder-login-captcha__refresh:hover,
.sorder-login-captcha__refresh:focus {
	border-color: #e60012;
	background: #fff5f6;
	color: #b5000e;
	outline: none;
}

.sorder-login-actions td {
	padding-top: 6px;
}

.sorder-login-submit,
.sorder-login-submit.ButtonNormal {
	display: block;
	width: 100%;
	height: 46px;
	padding: 0 20px;
	border: 1px solid #c90010;
	border-radius: 5px;
	background: linear-gradient(to bottom, #ed1628 0%, #d60011 100%);
	box-shadow: 0 4px 10px rgba(186, 0, 15, 0.22);
	color: #ffffff;
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
}

.sorder-login-submit:hover,
.sorder-login-submit:focus,
.sorder-login-submit.ButtonNormal:hover {
	border-color: #a9000d;
	background: linear-gradient(to bottom, #dc0012 0%, #b9000f 100%);
	box-shadow: 0 5px 13px rgba(154, 0, 12, 0.28);
	color: #ffffff;
	outline: none;
}

.sorder-login-submit:focus {
	box-shadow: 0 0 0 3px rgba(230, 0, 18, 0.18), 0 5px 13px rgba(154, 0, 12, 0.24);
}

.sorder-login-card__security-note {
	position: relative;
	margin: 20px 0 0;
	padding: 12px 14px 12px 34px;
	border: 1px solid #dce3e8;
	border-radius: 5px;
	background: #f7f9fa;
	color: #5b6670;
	font-size: 12px;
	line-height: 19px;
}

.sorder-login-card__security-note:before {
	position: absolute;
	top: 18px;
	left: 17px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #2f8b57;
	content: "";
}

.sorder-login-card__footer {
	margin: 18px 0 0;
	color: #8a939b;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.sorder-brand-header,
	.sorder-brand-header__inner {
		height: 88px;
	}

	.sorder-brand-header__inner {
		max-width: none;
		margin: 0;
	}

	.sorder-brand-header__image {
		width: 1186px;
		max-width: none;
		height: 88px;
	}

	.sorder-login-main {
		min-height: calc(100vh - 88px);
		padding: 26px 15px 38px;
	}

	.sorder-login-card {
		padding: 28px 22px 24px;
	}

	.sorder-login-card__title {
		font-size: 24px;
		line-height: 34px;
	}

	.sorder-login-form-table,
	.sorder-login-form-table tbody,
	.sorder-login-form-table tr,
	.sorder-login-form-table th,
	.sorder-login-form-table td {
		display: block;
		width: 100%;
	}

	.sorder-login-form-table {
		border-spacing: 0;
	}

	.sorder-login-form-table tr {
		margin-bottom: 15px;
	}

	.sorder-login-form-table th {
		margin-bottom: 7px;
		padding-right: 0;
		text-align: left;
	}

	.sorder-login-actions {
		margin-top: 2px;
	}
}

@media screen and (max-width: 460px) {
	.sorder-login-captcha {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sorder-login-captcha__input {
		-ms-flex: 1 1 calc(100% - 92px);
		flex: 1 1 calc(100% - 92px);
	}

	#code {
		margin-right: 0;
	}

	.sorder-login-captcha__refresh {
		width: 100%;
		margin-top: 8px;
	}
}
