.demo-body {
    margin: 0;
    text-align: center;
    background-color: #f8f8fb !important;
    height: 100vh;
}

.navbar-container {
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-box-shadow: 0 2px 4px 0 rgba(102, 109, 146, 0.16);
  -moz-box-shadow: 0 2px 4px 0 rgba(102, 109, 146, 0.16);
  box-shadow: 0 2px 4px 0 rgba(102, 109, 146, 0.16);
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-title-container {
  border: 1px solid transparent;
  background-color: transparent;
}

.navbar-title {
  flex-grow: 0;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-align: left;
  color: #0000ff;
}

.navbar {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 3px 6px -6px #999;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.demo-container {
    padding: 5%;
    padding-top: 48px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.nav-title {
    color: #0000FF;
    font-size: 3vh;
    color: #0000FF;
    vertical-align: middle;
}

.nav-logo {
    height: 3.5vh;
}

.demo-button {
    border-radius: 2.5em;
    background: #0000FF;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    padding: 1vh;
    width: 100%;
    padding-left: 3vh;
    padding-right: 3vh;
    height: 6vh;
    font-size: 2vh;
    margin-top: 3%;
    color: white;
}

.demo-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 3vh;
    width: 100%;
    letter-spacing: 0.5px;
    color: #00008C;
}

.demo-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.demo-text {
    margin-top: 5vh;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 2vh;
    width: 100%;
    color: #00008C;
}

.form-group {
    text-align: left;
    margin-top: 5%;
}

.demo-form-label {
    color: #00008C;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 2vh;
}

.demo-form-input {
    height: 6vh;
    font-size: 2.5vh;
}

.demo-error-text {
    margin-top: 5%;
    font-size: 2vh;
}

.footer {
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: Montserrat;
    background-color: white;
    padding: 18px;
}

.footer-link {
    font-size: 1.5vh;
    color: #00008C;
    margin-left: 20px;
    font-weight: 500;
}

.no-margin-left {
    margin-left: 0;
}

.demo-form {
    width: 100%;
}

#matricule {
    font-size: 5vh;
}

.demo-form-container {
    width: 100%;
    margin-top: 25px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
"
}


