/* Copyright 2019 Epic Systems Corporation */
.embedded {
  min-width: 320px;
  min-height: 350px;
}
.embedded #main {
  padding: 10px 0;
}
.embedded .legacyLabelledField {
	max-width: 250px;
	width: 100%;
}
/* 2025 update override */
.embedded .passwordContainer {
	max-width: 250px;
}
.login svg {
	max-width: 1.7rem;
  min-width: 1.5rem;
  max-height: 1.7rem;
}
.login .passkeyWrapper {
  display: none;
}
.helpfeaturescontainer svg {
  max-width: 1.7rem;
  min-width: 1.5rem;
  max-height: 1.7rem;
}
.embedded .visibilityToggle {
	display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0.25rem;
  cursor: pointer;
}
.embedded .visibilityToggle svg {
	fill: #767676;
}
.embedded .ghostInput label + input {
  border-style: solid;
  border-width: 1px;
  border-color: #c2c9cf;
  border-radius: 10px;
  height: 35px;
  width: 280px;
}
.embedded #submit {
  background-color: #3474a1;
  border-radius: 25px;
  margin: 10px 0 10px 0;
  width: 230px;
}
.embedded .recovery {
  display: flex;
  justify-content: center;
  font-size: .7rem;
}
.embedded .recovery, 
.embedded .header {
  text-align: center;
  width: auto;
  padding: 0;
  margin: 5px 0;
  color: #3474A1;
	text-decoration: underline;
	font-size: 14px;
}
.embedded .recovery a, 
.embedded .header a {
  color: #3474a1;
  font-family: myriad-pro, sans-serif;
  font-size: 14px;
}
.embedded a:not(:last-child) {
  display: flex;
}
.embedded #content #footer {
  display: none !important;
}
.embedded .signup {
  display: flex;
  flex-direction: row;
  justify-content: center;
	align-items: center;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}
.embedded .signup span {
  color: #003a6f;
  font-family: myriad-pro, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: !important 0;
	text-decoration: underline;
}
.embedded .signup .button {
  display: inline-block;
  margin-top: 0;
  background-color: transparent;
  color: #003a6f;
  font-family: myriad-pro,sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: underline;
  padding: 0;
  margin: 3px 0 0 5px;
  box-shadow: none;
}
/* rrf 10/19/2020 - Below changes for login widget */ 
  
/* rrf 10/19/2020 - common.css  line  384      */ 
.formcontents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}
/* rrf 10/19/2020 - common.css  line  690      */ 
.ghostInput {
  margin: 10px 0 0;
  max-width: 280px; 
}
.ghostInput.compact {
  margin: 10px 0 0;
  max-width: 280px;
}
/* rrf 10/19/2020 - common.css  line  703      */
.ghostInput label, .section .content .ghostInput label {
  display: block;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  margin: 0 0 -35px 10px;
  width: calc(100% - 1rem);
  transition: all 0.3s ease-in-out; 
}
/* rrf 10/19/2020 - common.css  line  719      */
.ghostInput.ghosted label, .section .content .ghostInput.ghosted label {
  display: none;
}

/* rrf 10/19/2020 - common.css  line  726      */
.embedded .ghostInput.ghosted input {
  padding: 5px 10px;
  font-size: 11px;
}
/* rrf 10/19/2020 - common.css  line  726      */
.embedded .ghostInput.compact + .ghostInput input {
  border-style: solid;
  border-width: 1px;
  border-color: #c2c9cf;
  border-radius: 10px;
  height: 35px;
  width: 100%;
}