html,
body {
  height: 100%;
}

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.alert-div {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: justify;
}

.alert-div .alert {
  margin-bottom: 0;
}

.alert-div ul {
  margin-bottom: 0;
}

.g-recaptcha > div {
  margin: auto;
}

.form-password {
  width: 100%;
  max-width: 360px;
  padding: 15px;
  margin: 0 auto;
}

.form-password .input-group {
  position: relative;
  box-sizing: border-box;
  height: auto;
}

.form-password .input-group-prepend {
  flex: 0 0 15%;
  text-align: center;
}

.form-password .input-group-text {
  width: 100%;
  justify-content: center;
}

.form-password .form-control {
  padding: 10px;
  font-size: 18px;
  margin-bottom: -1px;
}

.form-password .form-control:focus {
  z-index: 2;
}

.form-password .input-group-text,
.form-password input {
  border-radius: 0;
}

.form-password .input-group:first-of-type .input-group-text {
  border-top-left-radius: .25rem;
}

.form-password .input-group:first-of-type input {
  border-top-right-radius: .25rem;
}

.form-password .input-group:last-of-type .input-group-text {
  border-bottom-left-radius: .25rem;
}

.form-password .input-group:last-of-type input {
  border-bottom-right-radius: .25rem;
}

.form-password .g-recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}
