/* 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;
}


/* starting custom changes */

.embedded .signup {
    display: none;
}

.embedded #footer {
	display: none !important;
}   

input#submit:hover {
  background: #5a819a;
}

input#submit {
  font-size: 1em;
  background: #5a819a;
  color: #ffffff;
  min-width: 200px;
  text-align: center;
  border-radius: 20px;
  box-shadow: none;
  margin-top: 16px !important;
}

.embedded.recovery.a {
	color: #848d5c !important;
}

.visibilityToggle {
	display: none !important;
}  