﻿/* Copyright 2019-2024 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 .divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0 0.5rem;
}
.embedded .divider div {
  background-color: #565656;
  height: 1px;
  margin: 0.5rem 0.5rem;
  width: 100%;
}
.embedded .recovery,
.embedded .header {
  text-align: center;
}
.embedded a:not(:last-child):not(.button):after {
  content: "|";
  display: inline-block;
  margin: 0 0.4rem 0 0.5rem;
}
.embedded .helpfeaturescontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0.5rem 0 0;
}
.embedded .helpfeaturescontainer .helpfeature.button.tertiary.neutral {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin: 0.5rem auto;
  padding: 0.375rem;
  font-size: 0.9rem;
  text-align: center;
  min-width: min-content;
}
.embedded .helpfeaturescontainer .helpfeature.button.tertiary.neutral:not(:hover) {
  color: #565656;
}
.embedded .helpfeaturescontainer .helpfeatureicon {
  min-height: 2rem;
  max-height: 2.2rem;
}
.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;
}

#Password.withVisibilityToggle {
  padding-right: 2rem;
}
#Password.withVisibilityToggle::-ms-reveal {
  display: none;
}

.visibilityToggle {
  position: absolute;
  top: 1.5rem;
  right: 0.25rem;
  cursor: pointer;
  transform: translateY(-50%);
}
@media print {
  .visibilityToggle {
    display: none;
  }
}
.visibilityToggle svg {
  fill: #767676;
  height: 1.5rem;
  width: 1.5rem;
}
.visibilityToggle svg:hover {
  fill: #5f7982;
}
