html,
body {
  height: 100%;
  background-color: #9ebdbd;
}

body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

label {
  text-align: left;
}

ul {
  list-style-type: none !important;
  padding: 0;
}

li {
  list-style-type: none !important;
}

.editButton {
  display: none !important;
}

.intro {
  display: none;
}

.divider {
  text-align: center;
  margin-top: 15px;
}
.divider h2 {
  display: none;
}

.entry-item .password-label a {
  display: inline-block;
  padding: 10px 0;
}

.wrapper {
  height: 100%;
}
.wrapper .row {
  height: 100%;
}
.wrapper .container-fluid {
  height: 100%;
}
.wrapper input[type=email],
.wrapper input[type=password],
.wrapper input[type=text] {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: 50px;
  margin: 10px 0;
}
.wrapper button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  width: 100%;
  color: #fff;
  background-color: #62bec4;
  border-color: #62bec4;
  height: 50px;
  cursor: pointer;
}
.wrapper .buttons button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.wrapper button:hover {
  color: #fff;
  background-color: #62bec4;
  border-color: #62bec4;
}
.wrapper label {
  margin-bottom: 0;
}
.wrapper a {
  text-decoration: underline;
  color: #212529;
  margin-left: 5px;
}
.wrapper h2 {
  font-size: 1.3rem;
}
.wrapper .create p {
  color: #212529;
  margin: 0;
  text-align: center;
}
.wrapper.selfAsserted div[aria-hidden=true],
.wrapper.selfAsserted .helpLink,
.wrapper.selfAsserted #email_intro,
.wrapper.selfAsserted #cancel {
  display: none !important;
}
.wrapper.selfAsserted .buttons button {
  margin: 10px 0;
}
.wrapper.selfAsserted label {
  opacity: 0;
}
.wrapper.selfAsserted #email_fail_retry {
  color: #900000;
}
.wrapper.localsignup #cancel,
.wrapper.localsignup .helpLink,
.wrapper.localsignup .intro,
.wrapper.localsignup .editButton {
  display: none !important;
}
.wrapper.localsignup .error.itemLevel,
.wrapper.localsignup .helpText {
  height: 0;
  overflow: hidden;
}
.wrapper.localsignup .error.itemLevel.show,
.wrapper.localsignup .helpText.show {
  height: auto;
  display: inline-block;
  color: #900000;
}
.wrapper.localsignup hr {
  margin-bottom: 0;
}
.wrapper.localsignup .buttons button {
  margin: 10px 0;
  background-color: #62bec4;
}
.wrapper.localsignup .buttons .verify {
  padding: 10px 0;
}
.wrapper.localsignup .attrEntry input:invalid {
  outline: none;
}
.wrapper.localsignup #api {
  background-color: transparent;
  margin: 0;
}
.wrapper.localsignup #api label {
  display: none !important;
}
.wrapper.exception a#forgotPassword, .wrapper.exception a#createAccount {
  display: inline-block;
}
.wrapper.exception .create {
  display: inline-block;
}

.attrEntry.validate div[aria-hidden=false] {
  font-weight: bold;
  display: inline-block !important;
  margin: 0 0 10px 0;
}

.errorText {
  border: 0;
  background-color: transparent;
  color: #000;
  padding: 0;
  margin: 0;
  color: #900000;
}

#api {
  margin-top: 15px;
  background-color: rgba(245, 250, 255, 0.59);
  border-radius: 3px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#api label {
  color: #212529;
  display: none;
}

#next {
  margin-top: 25px;
}

.hgem-logo {
  text-align: center;
}
.hgem-logo img {
  height: 75px;
  margin-top: 25px;
}

.hgem-message {
  background-color: #f5faff;
  background-color: rgba(245, 250, 255, 0.59);
  border-radius: 3px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hgem-message a {
  margin: 0;
}

.error.pageLevel, .error.itemLevel {
  margin-bottom: 10px;
  text-align: center;
  padding: 0;
  font-weight: bold;
}
.error.pageLevel .helpText,
.error.pageLevel p, .error.itemLevel .helpText,
.error.itemLevel p {
  margin-top: 0;
  margin-bottom: 0;
  color: #900000;
}