/* Custom styles for ixplor-admin user application form */
body {
  font: 10pt Arial;
  margin: 0 20px;
  overflow-y: scroll;
}
#wrapper {
  min-height: 100vh;
  max-width: unset;
  box-sizing: border-box;
  box-shadow: unset;
  display: flex;
  flex-flow: column;
  background: 
	left 4px top 4px/auto 64px url(bilview-new-wide-logo.png) no-repeat,
	right 8px top 12px/auto 48px url(nuprc.png) no-repeat white;
  color: black;
  padding: 80px 0 0 0;
}
@media (max-width:640px) {
  #wrapper {
	 background-size: auto 32px, auto 32px;
	 background-position: left 4px top 20px, right 8px top 24px;
  }
}
body #wrapper a ,
body #wrapper a:visited{
  color: white;
}
#header {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
  align-items: center;
  border-bottom: none;
  /* background cover does not quite match login */
  background: left top/cover url(swirl-transparent-flipped.png) no-repeat #008753;
  color: white;
  border-bottom: 1px solid white;
}
#header #logo {
  display: none;
}
#header h2 {
  font-weight: bold;
  font-size: 120%;
  background: center top 8px/48px url(nigeria-coat-of-arms.png) no-repeat;
  margin: 0;
  padding: 56px 8px 8px 8px;
  text-align: center;
}
#header h2::after {
  content: "View and purchase scanned log images and digital log data";
  display: block;
  font-size: 10pt;
  font-weight: normal;
  padding: 8px 0 0 0;
}
#content {
  flex: 1;
  background: #008753;
  color: white;
  padding: 0 16px;
}
#wrapper form button[type='submit'] {
  width: 100px;
  background: white;
  color: black;
  border: 1px solid black;
  font-weight: normal;
  text-transform: uppercase;
  height: 24px;
  padding: 0;
}
#wrapper form button[type='submit']:hover {
  background: black;
  color: white;
  border-color: white;
}
#footer {
  background: left 8px top 8px/auto 48px url(../../images/lynx_logo-small-bw.png) no-repeat white;
  padding: 54px 8px 8px 8px;
  color: black;
  font-size: 8pt;
}
