div {
  display: block;
  #background: rgba(255, 255, 255, 0.55);
  text-align: center;
  padding: 12px;
  #color: #777;
}

html, body {
  height: 100%;
  font-family: "Roboto", sans-serif;
}

.centerdiv {
  margin: auto;
  width: 50%;
  padding: 10px;
  max-width: 580px;
}

.main {
  height: 100%;
  width: 100%;
  display: table;
}

.wrapper {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  #background-image: linear-gradient(rgba(115, 183, 74, 0.2), rgba(252, 187, 45, 0.2));
  background-image: url("/static/portal/bg.png");
  background-repeat: repeat;
  background-size: cover;
}

.card {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px solid rgba(0, 0, 0, 0);
  background: transparent;
}

.card form {
  max-width: 100%;
  /* Handles the responsive part, it will cause your form to scale with a max-width of 100% */
}

/*# sourceMappingURL=login.css.map */
