html {
  overflow: hidden;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}

.field.is-grouped {
  justify-content: center;
}

.logo {
  margin-bottom: 1.5em;
}

.notification {
  border-radius: 0px !important;
  position: absolute;
  z-index: 99;
  width: 100vw;
}

.notification > .delete {
  top: 1.3rem;
}
