.group {
  position: relative;
}

.group>label {
  padding: 0 0.2em;
  position: absolute;
  top: -0.5em;
  right: 1em;
  background-color: white;
}

.group>input {
  padding: 0.8em;
  border-radius: 0.5em;
  border: 2px solid lightblue;
  outline: none;
}

.login-form-input {
  height: calc(1.5em + 1.4rem + 2px);
}

input:-internal-autofill-selected {
  background-color: white;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

footer-content {
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .border-login-page {
    border: 0px solid !important
  }
}