html, body {
  height: 100%;
}

body {
  display: block;
  color: #333333;
}

.header {
  height: auto;
  position: relative;
  background-color: #eaeaea;
}

.lockup-iu {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding-left: 8px;
  position: absolute;
  left: 50px;
}

.lockup-title {
  position:absolute;
  top: 19px;
  left: 57px;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.trident {
  margin: 16px;
  width: 32px;
  height: 37px;
  background-color: inherit;
  color: inherit;
}

.content {
  overflow: auto;
  height: auto;
}

.base {
  padding: 32px 40px 32px;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: auto;
}

.base-title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.username {
  margin-top: 8px;
}

.guest-email {
  margin: 8px 0 16px;
}

.guest-email-button {
  margin-top: 16px;
}

input.id-highlight, input.iu-highlight, input.highlight-warning {
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
  border-color: #f5bb17;
  -webkit-box-shadow: 0 0 0 2px #f5bb17;
  box-shadow: 0 0 0 2px #f5bb17;
}

input.id-highlight:focus, input.iu-highlight:focus, input.highlight-warning:focus {
  border-color: #666666;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f5bb17;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f5bb17;
}

input.at-highlight, input.highlight-info {
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
  border-color: #006298;
  -webkit-box-shadow: 0 0 0 2px #006298;
  box-shadow: 0 0 0 2px #006298;
}

input.at-highlight:focus, input.highlight-info:focus {
  border-color: #666666;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #006298;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #006298;
}

.alert {
  background-color: #eeeeee;
  border-left: 4px solid #aaaaaa;
  padding: 16px;
  position: relative;
}

.alert-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
  padding-right: 24px;
}

.alert-message {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding-right: 20px;
}

.alert--inline {
  border-left: 4px solid #df3603;
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  padding: 8px;
  display: inherit;
  align-items: center;
  color: #f5bb17;
}

.alert--inline-message {
  margin-left: 8px;
  color: #666666;
  line-height: 1;
}

.alert--inline-danger {
  background-color: #ffece5;
  border-left: 4px solid #df3603;
  color: #82270d;
}

.alert--inline-danger .alert--inline-message {
  color: #82270d;
}

.alert--input {
  margin-top: 8px;
  font-size: 14px;
  display: block;
  align-items: center;
}

.alert--input-base {
  color: #666666;
  line-height: 1;
}

.alert--input-message {
  margin-left: 8px;
  color: #666666;
  line-height: 1;
}

.alert-inline-icon {
  width: 16px;
  height: 16px;
}

.info {
  color: #006298;
}

.success {
  color: #008a28;
}

.warning {
  color: #f5bb17;
}

.danger {
  color: #82270d;
}

.passphrase {
  margin-top: 24px;
}

.cta {
  margin-top: 40px;
}

.help {
  margin-top: 40px;
  text-align: center;
}

.help a, .help button {
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  justify-content: center;
  align-items: center;
  line-height: 14px;
}

.help a:active, .help a:hover, .help a:focus {
  color: #134a71;
  text-decoration: underline;
}

.help svg {
  text-decoration: none;
}

.help span, .left-bump {
  margin-left: 4px;
}

#reset-help, #seeOptions {
  margin-left: 32px;
}

#create {
  margin-right: 16px;
}

#seeOptions, #create {
  font-weight: normal;
  width: auto;
}

.footer {
  text-align: center;
  font-size: 12px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer a {
  color: #333;
}

#noscript {
  margin-top: 24px;
  margin-bottom: -384px;
}

.base-duo {
  margin-bottom: 8px;
}

#duo_iframe {
  border-width: 0;
  width: 100%;
  min-width: 288px;
  max-width: 360px;
  height: 380px;
}

#login-button {
  padding-bottom: 1px;
}
