﻿/* Copyright 2019 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: 0.5rem !important;
    text-align: center;
    font-size: 0.9rem; }
  .embedded .signup {
    text-align: center; }
    .embedded .signup h2 {
      margin: 1rem 0 0; }
    .embedded .signup .button {
      display: inline-block;
      margin-top: 0; }
