html {
	background-image: url('/internet/internetdata.nsf/files/Loomis-Sayles-homepage.jpg/$file/Loomis-Sayles-homepage.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-color: var(--ocean);
	background-repeat: no-repeat;
	margin-bottom: 0;
}

body {
	font-family: AcuminPro;
	background-color: transparent;
}

/* Specific to IF.nsf */

#body_background,
#submain_full,
header {
	background: transparent;
}


.need-user-name.right-side.show {
	display: block;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px;
	border-radius: 8px;
}

h1, h2 {
	color: var(--shadow);
	font-family: AcuminPro;
}

h1 {
	font-size: 20pt;
	font-weight: normal;
	margin-bottom: 32px;
}

h2 {
	font-size: 18pt;
	margin-top: 4px;
}

.need-user-name-form .limit-width {
	background: rgba(106, 155, 182, 0.3);
	padding: 20px 0 50px 0;
	border-radius: 8px;
	border: 1px solid var(--ice);
}

#success {
	background: white;
	padding: 20px;
	margin: 30px;
	border-radius: 8px;
}

.card .button:hover {
	color: white;
}

/* End specific to IF */


#login-section .limit-width {
	background: rgba(106, 155, 182, 0.3);
	padding: 20px 0 50px 0;
	border-radius: 8px;
	border: 1px solid var(--ice);
}

#reset-password-container {
	background: rgba(255, 255, 255, 0.6);
	padding: 1px 20px 20px;
	border-radius: 8px;
}

#reset-password-container h2, #reset-password-container p {
	color: black;
	font-weight: ;
}



header.top-header-layout.webheader-eservice-login {
	height: 100px;
}

.top-header-layout.webheader-eservice-login {
	display: flex;
	flex-wrap: wrap;
}

.top-header-layout.webheader-eservice-login .top-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.limit-width {
	max-width: 1340px;
	margin: auto;
}

.eService-login .left-side {
	width: 330px;
}

.need-user-name.right-side {
	max-width: 360px;
	width: 100%;
	margin-right: 30px;
	margin-left: 30px;
	display: none; /* show nly if it has a show class */
}

.need-user-name.right-side.show {
	display: block;
}

.eService-login {
	font-size: 14pt;
}

.eService-login .card {
	box-shadow: 0 8px 19px 2px rgba(0,0,0,.08);
	border-radius: 12px;
	padding: 30px;
	background-color: white;
	color: black;
}


.eService-login h1 {
	text-align: left;
	color: var(--shadow);
	margin-top: 0;
	letter-spacing: unset;
	font-family: AcuminPro;
	font-size: 20pt;
	font-weight: normal;
	margin-bottom: 32px;
}

.eService-login .button-tray {
	display: flex;
	justify-content: right;
}

.eService-login .button-tray .button,
.eService-login input[type="submit"] {
	color: white;
	background-color: var(--ocean);
	font-size: 12pt !important;
	font-family: "AcuminPro;
	line-height: 22pt;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	border: none;
	border-radius: 50px;
	padding: 12px 20px 6px;
	margin: 20px 0;
	display: block;
	margin-top: 42px;
	cursor: pointer;
	width: fit-content;
}

.eService-login input[type="submit"] {
	padding-top: 10px;
}

.eService-login .button-tray .button:hover,
.eService-login input[type="submit"]:hover {
	background-color: var(--sky);
	outline-color: var(--sky);
	outline-offset: 3px;
	outline-style: solid;
	outline-width: 2px;
}

.eService-login .button-tray .button.disabled {
	background-color: var(--dove);
	cursor: not-allowed;
}

.eService-login #login-back-button {
	margin-right: 10px;
}

.eService-login p.error {
	color: #a30000;
	font-size: 14pt;
	line-height: 20pt;
}

.eService-login .standard-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.eService-login .side-by-side {
	margin-top: 32px;
}

.eService-login .standard-flex.left {
	justify-content: left;
}

.eService-login .input-row {
	display: flex;
	padding: 10px 0;
}

.eService-login .input-row.row-top-padding {
	margin-top: 50px;
}

.eService-login p,
.eService-login a,
.eService-login label,
.eService-login input {
	color: var(--moon);
	font-size: 13pt;
	font-weight: normal;
	line-height: 18pt;
	font-family: AcuminPro;
}

.eService-login input:-webkit-autofill,
.eService-login input:-webkit-autofill:hover,
.eService-login input:-webkit-autofill:active,
.eService-login input:-webkit-autofill:focus {
	background-color: #FFFFFF !important;
	color: black !important;
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}


.eService-login input:disabled {
	border: none;
	font-weight: bold;
	color: var(--ocean);
	text-indent: 10px;
}

.eService-login label {
	width: 106px;
	margin-top: 4px;
	display: inline-block;
	font-size: 14pt
}

.eService-login input {
	background: white;
	border: 1px solid var(--cloud);
	padding: 4px;
}

.eService-login #error-box p {
	color: var(--poppy);
	font-size: 14pt;
	font-family: AcuminPro;
}

.eService-login .button.juniper.mini-button {
	color: var(--nightshade);
	font-weight: bold;
	font-family: AcuminPro, "MS Sans Serif", Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: var(--ice);
	border: 1px solid white;
	border-radius: 30px;
	padding: 10px 20px;
	display: block;
	margin-bottom: 36px;
	width: fit-content;
}

.eService-login .button.juniper.mini-button:last-of-type {
	margin-bottom: 0;
}

.eService-login h2.emphasis {
	color: white;
	font-family: AcuminPro;
	font-size: 18pt;
	font-weight: normal;
	margin-top: 24px;
}

@media screen and (max-width:865px) {
	.eService-login .card {
		margin-bottom: 52px;
	}
}


@media screen and (max-width:440px) {
	.eService-login .card {
		padding: 20px;
		width: calc(100% - 60px);
	}

	.eService-login input {
		margin-top: 12px;
	}

	.eService-login .input-row {
		display: flex;
		flex-wrap: wrap;
		padding: 10px 0;
	}
}