<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.need-asst-txt {
	font-family: PF HANDBOOK PRO;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	color: #6a4742;
	padding-top: 20px;
}
.need-asst-txt a {
	font-family: PF-Handbook-Pro-Bold;
	text-decoration: underline;
	letter-spacing: 0.15px;
	cursor: pointer;
	color: #6a4742;
}
.login-txt {
	font-family: PF-Handbook-Pro-Bold;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.3px;
	color: #c91429;
	padding-top: 20px;
	padding-bottom: 20px;
    text-transform: uppercase;
}
.user-name-lbl {
	font-family: PF HANDBOOK PRO;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	color: #000000;
	text-align: left;
	margin-top: 16px;
}

/*.login-form .input-group {
	border-bottom: 1px solid #000000;
}*/

.login-form .insured-input {
	border-bottom: 1px solid #000000;
	z-index: auto;
}

.login-form .insured-input:focus {
	border-bottom: 1px solid #000000;
}
.add-user-addon {
	background-color: #ffffff;
	border: none;
	padding-left: 0px;
}
.user-txt-box {
	background-color: #ffffff;
}
.user-txt-box:focus {
	outline: none;
	border-color: transparent;
	box-shadow: none;
}
.forgot-user-name-txt {
	font-family: PF HANDBOOK PRO;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	color: #000000;
	padding-top: 12px;
}
.login-btn {
	width: 268px;
	height: 49px;
	border-radius: 4px;
	background-color: #6a4742;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 15px;
}
.login-btn:focus,.login-btn:active {
	outline: none !important;
}
.login-btn-txt {
	font-family: PF-Handbook-Pro-Bold;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #ffffff;
	text-align: left;
    cursor: pointer;
}
.login-btn img {
	float: right;
	height: 50%;
	position: relative;
	top: 4px;
}
.refresh-page-txt {
	font-family: PF HANDBOOK PRO;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	color: #6a4742;
}
.mem-id-pwd-txt {
	font-family: PF HANDBOOK PRO;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	color: #000000;
	padding-top: 100px;
}

.arrow-tooltip .popover.bottom&gt;.arrow {
	display: block;
	border-bottom-color: #6a4742;
}
.popover.bottom &gt; .arrow:after {
	border-top-width: 2px;
}
.arrow-tooltip .popover.bottom {
    margin-left: -15px;
    border: 1.5px solid #6a4742;
}
.tooltip-text-style {
	padding-top: 10px;
    padding-bottom: 10px;
}
.popover-content {
	font-family: PF HANDBOOK PRO;
  	font-size: 16px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1;
  	letter-spacing: normal;
  	text-align: left;
  	color: #151515;
    padding-bottom: 10px;
    width: 260px;
}
.phno-txt {
	font-family: PF HANDBOOK PRO;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	color: #000000;
	text-align: right;
}
.email-txt {
	font-family: PF HANDBOOK PRO;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	color: #000000;
	text-align: right;
	text-decoration: underline;
	display: inline-block;
}
.support-hrs-txt {
	font-family: PF HANDBOOK PRO;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.1px;
	color: #919191;
	padding-top: 8px;
	text-align: right;
}
#loginDiv .popover.bottom{
    width:260px !important;
}
#frmLogin .input-addon-group{
    background-color:transparent !important;
}
@media (min-width: 320px) and (max-width: 767px) {
	.mem-id-pwd-txt {
		font-size: 13px;
		padding-top: 18px;
		text-align: center;
	}
	.login-btn {
		width: 100%;
	}
	.login-form .dis-in {
		display: inline-block;
	}
	.question-bg {
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  		background-color: #6a4742;
		padding: 17px 20px;
		border-radius: 50%;
		margin-bottom: 5px;
	}
	.question-pad-top {
		padding-top: 50px;
	}
	.arrow-tooltip .popover.bottom&gt;.arrow {
		display: block;
		border-bottom-color: #6a4742;
		margin-left: 5px;
	}
	.popover.bottom &gt; .arrow:after {
		border-top-width: 2px;
	}
	.arrow-tooltip .popover.top &gt; .arrow {
		border-top-color: #6a4742;
		margin-left: -5px;
	}
	.arrow-tooltip .popover.top &gt; .arrow:after {
		border-bottom-width: 2px;
	}
	.arrow-tooltip .popover {
		border: 1.5px solid #6a4742;
	}
	.arrow-tooltip .popover.bottom {
	    margin-left: -15px;
	    border: 1.5px solid #6a4742;
	}
	.call-support-online {
		font-family: PF HANDBOOK PRO;
        font-size: 17px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
        line-height: 28px;
		letter-spacing: 0.2px;
		color: #6a4742;
        /* text-decoration: underline; */
		vertical-align: bottom;
	}
	.popover.top {
		margin-top: -32px;
		margin-left: -5px;
	}
	.popover-content {
		width: 215px;
	}
}</pre></body></html>