:root {
  --form-input-bar: var(--color-brand-secondary-dark);
}

body {
  background-image: url("../img/elective-register.png");
  background-size: cover;
  background-position: top;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}

dwui-paper {
  width: calc(100% - 40px);
  max-width: 480px;
  margin: 0 auto;
}

dwui-paper dwui-grid[item] {
  align-items: center;
}

dwui-paper dwui-grid[item]:last-child {
  padding-bottom: 0;
}

.login-logo {
  width: 100%;
  max-width: 224px;
  height: auto;
  margin: 0 auto;
}

.login-header h5 {
  color: var(--color-brand-secondary-dark);
}

.login-header p {
  margin-block-end: 0;
}

#secondForm {
  text-align: center;
}

#secondForm img {
  width: 100%;
  max-width: 290px;
  height: auto;
  margin: 0 auto;
}
