 .paragraph {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #4f4f4f;
}

.paragraphItalic {
	font-family: 'Lato', sans-serif;
	font-style: italic;
}

.div_loginform {
    margin-left: auto;
    margin-right: auto;
}

.div_loginform .message {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #880000;
	font-family: 'Lato', sans-serif;
	font-style: italic;
}

.wordpress_formlabel {
	font-size: 18px;
	color: #3b3b3b;
	text-align: right;
}

.wordpress_forminput input {
	height: 30px;
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #cccccc;
	border-radius: 2px;
	font-family: 'Lato', sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	color: #393939;
	font-size: 16px;
	box-sizing: border-box;
	margin-top: 5px;
}

#login_tbl tr:first-child td {
	padding-bottom: 20px;
}

.wordpress_agreeToTerms {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.wordpress_agreeToTermsCheckbox {
	display: block;
	margin-top: 10px;
}

.btn_gatewaylogin {
	margin-top: 20px;
	border-radius: 3px;
	background-color: #987947;
	font-family: 'Lato', sans-serif;
	color: white;
	font-size: 17px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.btn_gatewaylogin:hover {
	background-color: #a9874f;
}

#credentials_tbl {
	width: 100%;
	max-width: 360px;
	margin: auto;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #2e4376;
	margin-top: 50px;
}

#credentials_tbl a:hover {
	color: #5979bc;
}

#reset_popup {
	display: none;
}

#help_popup, #reset_popup {
	border-radius: 5px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 50px 3px rgba(0,0,0,.5);
	padding: 30px 30px 15px 30px;
}

#help_popup_tbl, #reset_popup_tbl, #mfa_overlay_tbl {
	position: relative;
}

#help_popup_tbl td, #reset_popup_tbl td, #mfa_overlay_tbl td {
	text-align: center;
}

#help_popup_tbl tr:first-child td, #reset_popup_tbl tr:first-child td, #mfa_overlay_tbl tr:first-child td {
	color: #1c1c1c;
	font-size: 18px;
}

#help_popup_tbl tr:nth-child(2) td, #reset_popup_tbl tr:nth-child(2) td, #mfa_overlay_tbl tr:nth-child(2) td {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #2e4376;
}

#help_popup_tbl tr:nth-child(3) td, #reset_popup_tbl tr:nth-child(3) td, #mfa_overlay_tbl tr:nth-child(3) td {
	padding-top: 15px;
	color: #1c1c1c;
	font-size: 18px;
}

#help_popup_tbl input, #reset_popup_tbl input, #mfa_overlay_tbl input {
	height: 34px;
	width: 300px;
	background-color: #fafafa;
	border: 1px solid #cccccc;
	border-radius: 2px;
	font-family: 'Lato', sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	color: #393939;
	font-size: 16px;
}

#close_overlay, #close_overlay_mfa {
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
}

.btn_request {
	margin: auto;
	margin-top: 20px;
	border-radius: 3px;
	background-color: #987947;
	font-family: 'Lato', sans-serif;
	color: white;
	font-size: 17px;
	width: 130px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.btn_request:hover {
	background-color: #a9874f;
}

.btn_reset {
	margin: auto;
	margin-top: 20px;
	border-radius: 3px;
	background-color: #987947;
	font-family: 'Lato', sans-serif;
	color: white;
	font-size: 17px;
	width: 300px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.btn_reset:hover {
	background-color: #a9874f;
}

/* MTS 01/20/2023 - FIG-350 - added class */
.login_form_container {
	border-radius: 10px;
	display: inline-block;
	overflow:hidden;
	padding: 40px 80px 40px 80px;
	background-color: white;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
}

/* New Loader Styles */
.dspMFAContinueBtn {
	margin-top: 10px;
}

.dspResendCodeLink {
	margin-top: 10px;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
}

.dspResendCodeLink:hover {
	color :#2e4376;
}

.dspMFAInputText {
	margin-bottom: 5px;
}

.dspFlexNotification {
	display: flex;
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    color: black;
    font-weight: 400;
    text-align: left;
    font-style: normal;
    align-items: center;
    gap: 10px;
}

.dspSuccessBg {
	background-color: #DCFFF1;
}

.dspWarningBg {
	background-color: #FEF7C8;
}

.dspErrorBg {
	background-color: #FFEBE6;
}

.dspFlexNotificationText {
	flex: 1;
}

.dspErrorMessageIcon {
	height: 15px;
    margin-right: 5px;
}

.dspLoginFormLogoContainer {
	display: flex;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #c1c1c1;
}

.dspMFALinkContainer {
	display: flex;
    gap: 15px;
    justify-content: center;
}

.dspLoginFormLoader {
	position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    height: 130px;
    padding: 20px;
}

.dspLoginFormLoaderText {
	font-weight: 600;
	color: rgba(36,48,88,1);
}

.FNOLLoaderImg {
    position: absolute;
    fill: rgba(36,48,88,1);
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    margin-top: 40px;
}

.dspResendCodeLink.jsClickDisabled {
	opacity: 0.5;
	cursor: not-allowed;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }