/*
html,
body {
  height: 100%;
}
*/
.body-resetpw {
  height: 100%;
  min-height: 100vh;
  display: -ms-flexbox;
  /*display: flex;*/
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #10173a;
  color: #fff;
}

.form-resetpw {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
}

.form-resetpw .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-resetpw .form-control:focus {
  z-index: 2;
}

.form-resetpw input[type="password"] {
  margin-bottom: 10px;
}

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

.checkbox {
  color: #fff;
}

.resetpw-header-text {
  color: rgb(255, 255, 255);
  font-family: "Poiret One";
  font-size: 28px;
  display: block;
}

.logout-advice {
  margin-top: 25pt;
  text-align: center;
}

.reset-pw-button {
	margin-top: 15px;
}

.title-resetpw {
	padding: 20px;
    font-weight: bolder !important;
}
}