html{
  height: 100%!important;
}
#recovery-page {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  height: 100%;
}
.form-signin {
  width: 100%;
  max-width: 530px;
  padding: 15px;
  margin: auto;
}

.my-border{
  border-width: 1px 0px 1px 1px;
  border-color: #ced4da;
}
