/* Login form */
.py-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  max-width: 420px;
  line-height: 1.2;
}

.form-group {
  display: flex;
  align-items: center;
}

.col-form-label {
  display: inline-block;
  width: 9em;			
  text-align: right;			
  /* margin-right: 10px;			 */
  font-weight: 500;
}

input {
  flex: 1;			
}

h5 {
  text-align: center;
}


