body {
  /* background-color: aqua; */
  background-image: url("../images/cxonbg.png") !important;
  height: 100vh;
  background-repeat: no-repeat;
}

#content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white !important;
  width: 80%;
  max-width: 500px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

form {
  width: 100%;
  max-width: 400px;
  margin: auto;
  background-color: white !important;
  padding: 20px;
  box-sizing: border-box;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}

.form-control {
  width: 100%;
}

form button {
  display: block;
  width: 100%;
  margin-top: 30px;
}/*# sourceMappingURL=login.css.map */