.chatNow {
	text-align: center;
}
.bgthis span {
	cursor: pointer;
}
.bgthis button {
	background-color: var(--color-primary);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.05) );
	border: 0;
	border-radius: 50px;
	color: white !important;
	padding: 1em;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 20px 0;
	font-size: 18px;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}
.bgthis button:hover {
	opacity: 0.75;
}
.bgthis button i {
	width: auto !important;
	margin-right: 6px;
}
.five9-action-btn {
	background-color: var(--color-primary);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.05) );
	border: 1px solid rgba(var(--primary-bg-rgb), 1) !important;
	border-radius: 5px;
	color: var(--white);
	padding: 1em 2em;
	text-transform: uppercase;
}
.five9-chat-button {
	background-color: var(--color-primary) !important;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.05) ) !important;
	border: 0 !important;
}
.form-box .message {
	font-size: 25px;
	color: green;
	text-align: center;
	padding-top: 20px;
}
#password2message {
	color: red;
	background: var(--white);
}
fieldset {
    position: relative;
}
.form-section p.error {
    color: red;
    font-weight: 800;
}
.errorfour,
.errorsix {
	color: crimson;
	display: none;
}
#checkmarksix,
#checkmarkfour,
.good {
	color: darkgreen !important;
	position: absolute;
    margin: 13px 5px;
}
.good {
	position: relative;
}
#xsix,
#xfour,
.bad {
	color: crimson !important;
}
.message {
	font-size: 2em;
	text-align: center;
	color: var(--white);
}
