

.accountActivateForm input[type='text'] {
	width:150px;
	padding:2px;
}


fieldset.accountConfirmation > p {
	text-align: center;
}

span.restricted > div.message-panel {
	max-width: 956px;
	width: 956px;
	padding:10px;
}
span.restricted > div.message-panel > div + div {
	max-width: 900px;
}

.refundPolicyBox {
	display: none;
	padding: 10px 25px 10px 10px;
	position: absolute;
	right: 10px;
	top: 64px;
	z-index: 1000;
	width: 365px;
}

.refundPolicyBox > span {
	font-weight: bold;
}

#refundPolicyLink {
	position:absolute;
	top: 23px;
	right: 10px;
}

#creditCardPanel {
	width: 535px;
	padding-top: 10px;
}

#paymentInformationPanel {
	position:relative;
}

#passwordFeedback {
	margin-left: 2px;
}

.changePasswordForm #passwordFeedback {
	margin-left: 5px;
}

#passwordConfirmationFeedback {
	margin-left: 5px;
}



/* ================================================== */
/* Login Page						   	    	      */
/* ================================================== */

.authentication-page .solWrapper {
	background: var(--bg-color-2);
}

.authentication-block {
	background: var(--bg-color-2);
	border: 1px solid var(--border-color);
	border-radius: 8px;
	line-height: 1.4;
	margin: 16px auto;
	max-width: 32rem;
	padding: 32px;
}

.authentication-page h1 {
	margin: 0 0 24px;
	padding: 0;
}

.authentication-block .message-panel-container {
	margin-bottom: 24px;
}

.authentication-block .message-panel a {
	color: var(--action-color);
	text-decoration: underline;
}

.authentication-block .message-panel a:hover {
	color: var(--action-color-hover);
}

.authentication-page .authentication-block .mets-field {
	margin-bottom: 24px;
}

.authentication-page .authentication-block .mets-field input[type='text'],
.authentication-page .authentication-block .mets-field input[type='password'] {
	width: 100%;
}

.authentication-page .mets-field #passwordRecoveryLink {
	display: inline-block;
	margin: 8px 0 0;
}

.authentication-page .authentication-block .button-bar {
	align-items: center;
	display: flex;
	text-align: left;
}

.authentication-page .authentication-block .button-bar .mets-command-link {
	margin-left: auto;
}

.authentication-page .authentication-block .button-bar .mets-command-button {
	margin: 0;
	width: 100%;
}

.authentication-page .authentication-block .button-bar .mets-command-link ~ .mets-command-button {
	margin: 0 0 0 32px;
	width: auto;
}

.authentication-page .authentication-block .button-bar .mets-command-button ~ .mets-command-button {
	margin-top: 16px;
}

/* === Need Help === */

.authentication-page .needhelp {
	line-height: 1.4;
}

.authentication-page .authentication-block .needhelp h3 {
	align-items: center;
	color: var(--action-color);
	cursor: pointer;
	display: flex;
	font-size: 1.14rem;
	padding-bottom: 0;
}

.authentication-page .authentication-block .needhelp h3:hover {
	color: var(--action-color-hover);
}

.needhelp h3 .svg-next {
	display: none;
}

.authentication-page .needhelp h3 .svg-next {
	display: block;
	fill: currentColor;
	flex: 0 0 auto;
	height: 10px;
	margin: 0 12px 0 0;
	transition: transform .3s ease-out;
	width: 10px;
}

.authentication-page .needhelp h3.expanded .svg-next {
	transform: rotate(-90deg);
}

.authentication-page .needhelp h3 .svg-bem-bell-notif {
	display: none;
}

.authentication-page .needhelp .need-help-content {
	display: none;
	padding-top: 8px;
}

.authentication-page .needhelp p {
	color: var(--fg-color-2);
	margin: 0 0 8px;
}

.authentication-page .needhelp ul {
	color: var(--fg-color-2);
	margin: 0;
	padding: 0;
}

.authentication-page .needhelp li {
	align-items: center;
	display: flex;
	padding: 2px 0;
}

.authentication-page .needhelp li > * {
	flex: 0 1 auto;
}

.authentication-page .needhelp li .mets-icon {
	flex: 0 0 auto;
	margin: 0 8px 0 0;
}

/* === Resiter section === */

.no-account-text {
	color: var(--fg-color-2);
	margin: 16px 0 0;
	padding: 0 16px;
	text-align: center;
}

.no-account-text a {
	text-decoration: underline;
}



/* ================================================== */
/* Password Recovery Page			   	    	      */
/* ================================================== */

.pswdRecoveryContent h1,
.activation-page h1 {
	margin: 0 0 8px;
}

.authentication-page .authentication-block h2 {
	color: var(--fg-color-2);
	font-size: 1rem;
	font-weight: 400;
	margin: 0 0 24px;
}

.authentication-page .pswdRecoveryContent .button-bar {
	text-align: right;
}



/* ================================================== */
/* Need Activation Page				   	    	      */
/* ================================================== */

.authentication-page .authentication-block fieldset.accountConfirmationPending:not(.accessibility-fieldset) > legend:not(.accessibility-hidden) {
	padding: 0 0 16px;
}

.authentication-page .message-panel-container .message-panel-title {
	align-items: flex-start;
}




/* ================================================== */
/* Help Block							    	      */
/* ================================================== */

.solWrapper .accountActivationContent .needhelp {
	background: #005377;
	border: 1px solid #707070;
	color: #fff;
	flex: 1 1 20%;
	font-size: 94%;
	margin: 0 1.2rem;
	max-width: 35rem;
	min-width: 0;
	overflow: hidden;
	padding: 15px 3%;
	width: auto;
}

.solWrapper .accountActivationContent .needhelp .svg-bem-bell-notif {
	height: 4em;
	margin: -.6rem .5rem -.8rem -.8rem;
	vertical-align: bottom;
	width: 4em;
}

.solWrapper .accountActivationContent .needhelp h3 {
	background: none;
	color: #fff;
	font-size: 115%;
	position: static;
}

.solWrapper .accountActivationContent .needhelp p {
	margin: 12px 0 20px;
}

.solWrapper .accountActivationContent .needhelp ul {
	line-height: 1.4em;
	list-style: none;
	padding: 0;
}

.solWrapper .accountActivationContent .needhelp ul svg {
	fill: currentColor;
	height: 14px;
	width: 14px;
}

.solWrapper .accountActivationContent .needhelp a {
	color: #fff;
	transition: opacity .3s ease-out;
}

.solWrapper .accountActivationContent .needhelp a:hover {
	opacity: .75;
}

