/* Copyright 2019-2021 Epic Systems Corporation */
.embedded {
  min-width: 320px;
  min-height: 350px;
}
.embedded #main {
  padding: 0.25rem;
}
.embedded .legacyLabelledField {
  width: 100%;
}
.embedded .legacyLabelledField input {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.embedded .legacyLabelledField + .legacyLabelledField input {
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.embedded label::before {
  display: none;
  background: none;
  margin: 0;
  height: 0;
  width: 0;
}
.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;
}
