 .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;
	border-bottom: 1px solid #c1c1c1;
}  

.btn_gatewaylogin {
	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_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, #mfa_overlay { 
	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;
	border-bottom: 1px solid #c1c1c1;
}

#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);
}