.po-account-page {
	max-width: 960px;
	margin: 28px auto 48px;
	padding: 0 18px;
	box-sizing: border-box;
}

.po-account-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
	gap: 28px;
	align-items: stretch;
	padding: 28px;
	border: 1px solid #dfe8ef;
	border-left: 5px solid #2c9ec8;
	border-radius: 8px;
	background: #f8fbfd;
	box-sizing: border-box;
}

.po-account-copy {
	padding: 8px 0;
}

.po-account-eyebrow {
	margin: 0 0 10px;
	color: #0d6898;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.po-account-copy h1 {
	margin: 0 0 12px;
	color: #152333;
	font-size: 34px;
	line-height: 1.15;
	letter-spacing: 0;
}

.po-account-copy p {
	max-width: 560px;
	margin: 0 0 14px;
	color: #526170;
	font-size: 17px;
	line-height: 1.5;
}

.po-account-list {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	color: #34465a;
}

.po-account-list li {
	margin: 0 0 9px;
	padding-left: 24px;
	position: relative;
}

.po-account-list li:before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: #18864b;
	font-weight: 800;
}

.po-account-form {
	margin: 0;
	padding: 22px;
	border: 1px solid #dfe8ef;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 40, 60, .08);
}

.po-account-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.po-account-form legend {
	display: block;
	width: 100%;
	margin: 0 0 18px;
	padding: 0 0 14px;
	border: 0;
	border-bottom: 1px solid #edf2f6;
	color: #152333;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.po-account-form fieldset p {
	margin: 0 0 16px;
	color: #526170;
	line-height: 1.45;
}

.po-account-form .control-group {
	margin-bottom: 16px;
}

.po-account-form .control-label {
	float: none;
	width: auto;
	margin: 0 0 7px;
	padding: 0;
	color: #526170;
	font-weight: 800;
	text-align: left;
}

.po-account-form .controls {
	margin-left: 0;
}

.po-account-form input[type="text"],
.po-account-form input[type="email"],
.po-account-form input[type="password"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 42px;
	border: 1px solid #ccd9e2;
	border-radius: 6px;
	padding: 9px 12px;
}

.po-account-form input:focus {
	border-color: #8ebad7;
	box-shadow: 0 0 0 3px rgba(37, 116, 169, .12);
	outline: 0;
}

.po-account-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 18px;
}

.po-account-actions .btn {
	min-height: 42px;
	border-radius: 6px;
	font-weight: 800;
}

.po-account-back {
	color: #526170;
	font-weight: 800;
	text-decoration: none;
}

.po-account-back:hover,
.po-account-back:focus {
	color: #0d6898;
	text-decoration: none;
}

.po-login-page {
	max-width: 1080px;
}

.po-login-panel {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
}

.po-login-copy {
	display: flex;
	flex-direction: column;
}

.po-login-paths {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: auto;
	padding-top: 22px;
}

.po-login-path {
	display: block;
	min-height: 86px;
	padding: 16px;
	border: 1px solid #d8e5ee;
	border-radius: 8px;
	background: #fff;
	color: #152333;
	text-decoration: none;
	box-shadow: 0 10px 26px rgba(15, 40, 60, .05);
	box-sizing: border-box;
}

.po-login-path:hover,
.po-login-path:focus {
	border-color: #9fc9df;
	color: #152333;
	text-decoration: none;
	transform: translateY(-1px);
}

.po-login-path span {
	display: block;
	margin-bottom: 5px;
	color: #0d6898;
	font-size: 16px;
	font-weight: 800;
}

.po-login-path small {
	display: block;
	color: #526170;
	font-size: 13px;
	line-height: 1.35;
}

.po-login-path-primary span {
	color: #18864b;
}

.po-login-form .control-group {
	margin-bottom: 18px;
}

.po-login-remember {
	margin: 2px 0 18px;
	color: #34465a;
}

.po-login-remember label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	font-weight: 600;
	cursor: pointer;
}

.po-login-remember input {
	margin: 0;
}

.po-login-submit {
	width: 100%;
	min-height: 46px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}

.po-login-links {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 16px;
}

.po-login-links a {
	color: #0d6898;
	font-weight: 800;
	text-decoration: none;
}

.po-login-links a:hover,
.po-login-links a:focus,
.po-login-register a:hover,
.po-login-register a:focus {
	color: #09577f;
	text-decoration: underline;
}

.po-login-register {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #edf2f6;
	color: #526170;
	font-size: 14px;
	line-height: 1.45;
}

.po-login-register span,
.po-login-register a {
	display: block;
}

.po-login-register a {
	margin-top: 4px;
	color: #0d6898;
	font-weight: 800;
	text-decoration: none;
}

@media screen and (max-width: 820px) {
	.po-account-panel {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.po-account-copy h1 {
		font-size: 28px;
	}

	.po-login-paths {
		margin-top: 10px;
	}
}

@media screen and (max-width: 520px) {
	.po-account-page {
		margin-top: 18px;
		padding: 0 12px;
	}

	.po-account-panel,
	.po-account-form {
		padding: 16px;
	}

	.po-account-actions {
		display: block;
	}

	.po-account-actions .btn,
	.po-account-back {
		display: block;
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}

	.po-account-form legend {
		font-size: 22px;
	}

	.po-login-paths,
	.po-login-links {
		grid-template-columns: 1fr;
		display: grid;
	}

	.po-login-links {
		gap: 8px;
	}

	.po-login-links a {
		display: block;
		padding: 8px 0;
	}
}
