﻿/* 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 h2 {
  margin: 0;
}
.embedded .signup .button {
  display: none;
}
.embedded .loginCaptcha {
  margin-top: 1rem;
} */

/* starting custom Salem changes */

.embedded .signup {
    display: none;
}

#main {
	background-color: transparent !important;
}

input {
  background: #ffffff;
  padding: 10px 18px!important;
  margin: 5px 0 !important;
  color: #292929;
  opacity: 1;
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Brandon Grotesque", sans-serif;
  border: none;
  border-radius: 22px;
  outline: #F2EFEB;
}
.ghostInput.compact + .ghostInput input {
  border-style: none;
  border-width: 0;
}
.ghostInput.ghosted label, .section .content .ghostInput.ghosted label {
font-size: 0.6rem;
height: 1.25rem;
line-height: 1.25rem;
margin: .25rem 1rem -1.25rem;
padding: 0;
width: calc(100% - 0.65rem);
}
input#submit {
  font-size: 1em;
  background: #a3a27a;
  color: #1a1a1a;
  min-width: 200px;
  text-align: center;
  border-radius: 20px;
  box-shadow: none;
  margin-top: 16px !important;
}
input#submit:hover {
  background: #D9F8FF;
}
a, .linkcolor, .subtle.linkcolor {
  color: #4e8209;
}

footer {
    display: none;
}

.signup, .recovery {
    display: none;
    justify-content: space-between;
}

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

.posttext {
	display: none !important;
}

.visibilityToggle {
	display: none !important;
}  