html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  background-color:#FFFAF5;
  position: relative;
}

header{
    height: 70px;
    width: 100%;
    background-color: white;
    position: fixed;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 8px;
}

header > div{
    max-width: 1120px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}
.form-signin {
  width: 100%;
  max-width: 720px;
  padding: 15px;
  margin: 100px auto 50px;
}
.form-label-group{
    margin-bottom: 1rem;
}
