body {
  height: 100%;
  background-color: #f5f5f5 !important;
}

.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;
  }
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.container > div {
  height: max-content;
}
.login-forgotPassword {
  display: grid;
  text-align: center;
}
.primaryAction {
  margin-bottom: 2rem !important;
}

footer {
  margin: 2rem !important;
  
}

footer img {
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  width:50vw !important;
}
footer .segment.text {
  text-align: justify;
  text-justify: inter-word;
  
}
footer span {
  width:50vw;
  display: block;
}

@media (max-width:700px){
  footer img {
    width:80vw !important;
  }
  footer span {
    width: 90vw !important;
  }
}

.segment-form-content {
  margin: auto !important;
}
