.l-Login-links--languages {
	background: #F8F8F8;
}

.l-Login-links {
	padding: 12px 24px;
	font-size: 11px;
	text-align: center;
	color: #707070;
}

.is-active {
	font-weight: 700;
}

.l-LinksList-link {
	background-color: inherit;
	text-decoration: none;
	display: inline;
	transition: none;
	font-weight: inherit;
	white-space: nowrap;
}

.l-LinksList-link:hover {
	background-color: inherit;
	text-decoration: underline;
}

.l-LinksList-item {
	border: none;
	margin: 0;
	display: inline;
}

.l-LinksList {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 16px;
}

.l-LinksList--lang .l-LinksList-item:after {
	content: ' | ';
	color: #ddd;
	font-weight: 400;
}

.l-LinksList--lang .l-LinksList-item:last-child:after {
	display: none;
}

.card.login > .card-content {
	padding: 0!important;
}

.card.login .col.right {
	text-align: right;
}

.card.login .buttons button {
	min-width: 200px;
	margin: 0 4px;
}

.card.login .fields {
	padding: 5%;
}

.card.login > div > div.ma-flex-content > div.ma-region-body.t-Region-body > div > .row,.card.login > div > div.ma-flex-content > div.ma-region-body.t-Region-body > div > .row .col.flex {
	display: flex;
}

#login_left {
	flex: 1;
	background: #002a5e;
	padding: 0;
	margin: 0;
	border-radius: 4px 0 0 4px;
}

#disclaimer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background: #002a5e;
	width: 100%!important;
	border-radius: 0;
	border-top: 1px solid #ddd;
	margin: 0;
	max-width: 100% !important;
	font-size: 1.1rem;
}

#disclaimer .privacy a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600!important;
}

#disclaimer .ma-region .row .col {
	color: #ddd;
}

.ma-main-container {
	display: flex;
	flex: 1;
	align-items: center;
	margin-top: -100px!important;
}

.ma-main-container > .ma-container {
	width: 100%;
}

.ma-field-container span.ma-error-message {
	left: 44px;
	color: #d32f2f;
}

.btn-cancel {
	background: #d32f2f!important;
	color: #fff!important;
}

#P101_FORGOT_PASSWORD_CONTAINER {
	margin: 0 0 0 44px;
}

#P101_FORGOT_PASSWORD_CONTAINER label a {
	font-size: 1.2rem;
}

.card.login,.ma-button {
	border-radius: 4px;
}

#login_right,#login_left img {
	padding: 20px;
}

@media screen and (max-width: 768px) {
	#disclaimer {
		font-size: .9em;
	}

	.t-Alert--page {
		max-width: 50%!important;
	}
}

@media screen and (max-width: 1024px) {
	.t-Alert--page {
		max-width: 40%!important;
	}
}

.t-Alert--success {
	background-color: #14e5f0;
}

.t-Alert--page {
	max-width: 30%;
}

.t-Alert--warning {
	background: #d32f2f;
}

.t-Alert .t-Alert-header h2 {
	display: none!important;
}

.t-Alert--page .a-Notification-list {
	margin: 0;
}

.t-Alert--page .a-Notification-list li {
	list-style: none!important;
	margin-left: 0;
}

.t-Alert--warning .t-Alert-icon i,.t-Alert--warning .t-Alert-buttons i,.t-Alert--warning ul li,.t-Alert--warning ul li a {
	color: #fff!important;
}

.t-Alert .t-Alert-title {
	font-size: 1.1rem!important;
	margin: 0!important;
}

.t-Alert .t-Alert-icon i {
	font-size: 2.5rem;
}

.t-Dialog-body {
	padding: 20px!important;
}

.btn-cancel {
	background: #d32f2f!important;
	color: #fff!important;
	background: #d32f2f!important;
	color: #fff!important;
}

.ma-button {
	border-radius: 4px;
	border-radius: 4px;
}

h3,.h3 {
	font-size: 1.7rem;
	font-weight: 500;
}

p.h3 {
	margin-bottom: 0;
}

p.h3 + p {
	margin-top: 0;
}

#P105_NEW_1_CONTAINER {
	margin: 0!important;
}

#P105_NEW_1_DISPLAY {
	display: block;
}

#pswd_info {
	display: none;
	position: absolute;
	top: -15px;
	width: 100%;
	padding: 25px;
	background: #eee;
	font-size: 1em;
	border-radius: 4px;
	text-align: left;
	z-index: 999;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}

#pswd_info h4 {
	margin: 0 0 8px;
	padding: 0;
	font-weight: 500;
	font-size: 1.2rem;
}
/*
#pswd_info2::before,#pswd_info::before {
	bottom: 100%;
	left: 7%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #eee;
	border-width: 10px;
	margin-left: -10px;
}
*/
ul li span.inline {
	display: block;
	margin-left: 25px;
	margin-top: -22px;
}

#pswd_info2 .valid:before,#pswd_info2 .invalid:before,#pswd_info .valid:before,#pswd_info .invalid:before {
	padding: 1px 8px 0 0;
	font-family: 'Font APEX Small'!important;
	display: inline-block;
	vertical-align: top;
}

#pswd_info2 .invalid:before,#pswd_info .invalid:before {
	content: "\f057";
	color: #d32f2f;
}

#pswd_info2 .valid:before,#pswd_info .valid:before {
	content: "\f058";
	color: #9ccc65;
}

.icon-login-password .apex-item-icon {
	right: -8px;
}

.icon-login-password input {
	margin-left: 0!important;
	width: 100%!important;
}

.icon-login-password label {
	margin-left: 0!important;
}

.rules {
	padding: 20px!important;
	border-left: 1px solid #ddd;
	background: #fafafa;
}

.rules ul {
	text-align: left;
}

li.first {
	list-style-type: none!important;
	margin: 10px 0 20px;
	font-weight: 500;
}

li.second {
	list-style-type: none!important;
	list-style-position: outside!important;
	list-style-image: none!important;
	margin-left: 35px!important;
}

.card.login {
	border-radius: 4px;
}

.card.login > .card-content {
	padding: 0!important;
}

.card.login .col.right {
	text-align: right;
}

.card.login .buttons button {
	min-width: 200px;
	margin: 0 4px;
}

.card.login .fields {
	padding: 5%;
}

.card.login > div > div.ma-flex-content > div.ma-region-body.t-Region-body > div > .row,.card.login > div > div.ma-flex-content > div.ma-region-body.t-Region-body > div > .row .col.flex {
	display: flex;
}

#login_left {
	flex: 1;
	background: #002a5e;
	padding: 0;
	margin: 0;
	border-radius: 4px 0 0 4px;
}

#disclaimer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background: #002a5e;
	width: 100%!important;
	border-radius: 0;
	border-top: 1px solid #ddd;
	margin: 0;
	max-width: unset!important;
	font-size: 1.1rem;
}

#disclaimer .privacy a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600!important;
}

#disclaimer .ma-region .row .col {
	color: #ddd;
}

.ma-main-container {
	display: flex;
	flex: 1;
	align-items: center;
	margin-top: -100px!important;
}

.ma-main-container > .ma-container {
	width: 100%;
}

.ma-field-container span.ma-error-message {
	left: 44px;
	color: #d32f2f;
}

#P101_FORGOT_PASSWORD_CONTAINER {
	margin: 0 0 0 44px;
}

#P101_FORGOT_PASSWORD_CONTAINER label a {
	font-size: 1.2rem;
}

#P105_NEW_PASSWORD_CONFIRM:after {
	padding: 1px 8px 0 0;
	font-family: 'Font APEX Small'!important;
	display: inline-block;
	content: "\f058";
	color: #9ccc65;
}

.no-title-bar .ui-dialog-titlebar,.ui-dialog.cancel .ui-dialog-titlebar,#pswd_info2 .details_hidden,.icon-hidden.icon-login-password .apex-item-icon,.hidden {
	display: none;
}

#login_right,#login_left img {
	padding: 20px;
}

@media screen and (max-width: 768px) {
	#disclaimer {
		font-size: .9em;
	}

	.t-Alert--page {
		max-width: 50%!important;
	}

	.ma-container-90 {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.t-Alert--page {
		max-width: 40%!important;
	}
}

.ma-main-container {
	width: 90%!important;
}

.t-Alert--page {
	max-width: 30%;
}

.t-Alert--warning {
	background: #d32f2f;
}

.t-Alert .t-Alert-header h2 {
	display: none!important;
}

.t-Alert--page .a-Notification-list {
	margin: 0;
}

.t-Alert--page .a-Notification-list li {
	list-style: none!important;
	margin-left: 0;
}

.t-Alert--warning .t-Alert-icon i,.t-Alert--warning .t-Alert-buttons i,.t-Alert--warning ul li a,.t-Alert--warning ul li {
	color: #fff!important;
}

.t-Alert .t-Alert-icon i {
	font-size: 2.5rem;
}

.login .card-content .row:first-child {
	padding-top: 0!important;
}

.t-Alert--warning ul li a,.t-Alert--warning ul li,.t-Alert .t-Alert-title {
	font-size: 1.1rem!important;
	margin: 0!important;
}