html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(https://app.salus.dev/images/salusKeycloakFullBackground.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.form-signin {
  width: 100%;
  padding: 15px;
  margin: auto;

  
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  margin-top:-9px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .form-grp {
    font-size: 16px;
    font-weight: 500;
    color: #010B31;
    margin-bottom: 8px !important;
    text-transform: capitalize;
    text-align: left;
}

  .c-jzXte {
    background-color: white;
    border-radius: 8px;
    padding: 5% 4%;
    text-align: center;
    width: 90%;
  }


  .c-bWsZPN {
    background-image: url(https://app.salus.dev/images/salusKeycloakFullBackground.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}  