/* Copyright 2019-2021 Epic Systems Corporation */
.embedded {
	min-width: 320px;
	min-height: 350px;
}

.embedded #main {
	padding: 0.25rem;
}

.embedded .ghostInput label+input {
	width: 100%;
}

.embedded #submit {
	margin: 0.5rem auto;
	display: block;
	width: 100%;
}

.embedded .recovery,
.embedded .header {
	text-align: center;
}

.embedded a:not(:last-child):after {
	content: "|";
	display: inline-block;
	margin: 0 0.4rem 0 0.5rem;
}

.embedded #footer {
	margin-top: 0rem !important;
	text-align: center;
	font-size: 0.9rem;
}

.embedded .signup {
	text-align: center;
}

.embedded .signup h2 {
	margin: 0;
}

.embedded .signup .button {
	display: inline-block;
	margin-top: 0;
}

.embedded .loginCaptcha {
	margin-top: 1rem;
}

/* Sutter Custom CSS */

.embedded,
body.embedded {
	margin: 0 auto;
	min-width: auto;
}

.embedded #startChat {
	display: none;
}

.embedded #content {
	padding-top: 0;
}

.embedded #content:after {
	display: none;
}

.embedded #main {
	background: #fafafa;
	padding: 0;
}

.embedded #footer {
	background: #fafafa;
}

.embedded .recovery,
.embedded .login,
.embedded .loginAlerts {
	max-width: 200px;
}

.embedded main#main::before {
	content: "My Health Online";
	padding-bottom: 5px;
	display: block;
	text-align: center;
	color: #353535;
	font-weight: 900;
	font-size: 1.5625rem;
	line-height: 27.5px;
}

.embedded main#main .pretext,
.embedded main#main .posttext {
	text-align: center;
	font-size: .75rem;
	font-weight: 500;
	color: #353535;
}

.embedded main#main .posttext {
	margin: 0;
}

.embedded main#main .posttext a {
	text-decoration: underline;
	color: #111;
	font-size: .8125rem;
	text-transform: uppercase;
	font-weight: 700;
}

.embedded .ghostInput label+input,
.embedded .ghostInput label+select {
	margin: auto auto 10px;
	border: 1px solid #CCC;
	border-radius: 2px;
	background-color: #FFF;
	color: #666;
	font-size: .875rem;
	padding: 9px 12px 0;
	border-style: solid !important;
	border-width: 1px !important;
}

.embedded #Password {
	margin-bottom: 0;
}

.embedded .recovery {
	white-space: nowrap;
}

.embedded .recovery a {
	color: #111;
	font-size: .6875rem;
	font-weight: 500;
}

.embedded #submit {
	position: absolute;
	top: 12.25rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-transform: uppercase;
	background-color: teal;
	border: 1px solid teal;
	box-shadow: none;
	font-size: .9375rem;
	font-weight: 700;
	letter-spacing: .01em;
	padding: 7px 20px;
	border-radius: 2px;
	line-height: 1.4;
	max-width: 204px;
}

.embedded #submit:hover,
.embedded #submit:hover:active {
	border-color: #066;
	background: #066;
	transition: background-color 150ms, border-color 150ms;
}

.embedded a:not(:last-child):after {
	content: "";
	margin: 0 0.75rem;
}

.embedded .signup .button {
	margin-top: 1.75rem;
	width: 100%;
	text-transform: uppercase;
	color: #008080;
	border: 2px solid #008080;
	background-color: transparent;
	transition: background-color 150ms;
	box-shadow: none;
	font-size: .9375rem;
	font-weight: 700;
	letter-spacing: .01em;
	padding: 7px 20px;
	border-radius: 2px;
	line-height: 1.4;
	max-width: 204px;
}

.embedded .signup .button:hover {
	border-color: #174e4b;
}

.embedded .signup .button:hover,
.embedded .signup .button:active {
	color: #fff;
	background: #174e4b;
	transition: background-color 150ms;
}

.embedded a:hover,
.linkcolor:hover,
.subtle.linkcolor:hover {
	color: #111;
}

.embedded #footer .sidebarStyle {
	padding: 0.5rem 0.5rem;
}

.embedded .isPrelogin .copyright {
	line-height: 14px;
}