html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  /*background-color: #f5f5f5;*/
}

.form-signin {
  width: 100%;
  /*max-width: 450px;*/
  padding: 15px;
  margin-bottom: 10%;
}

#logoOSF {
    margin-bottom: 5%;
    margin-top: 30%;
    width: 60%;
}

#titreEdition {
    margin-bottom: 15%;
    text-align: center;
    font-family: 'policeOSF5';
    font-size: 7rem;
    color: rgba(255, 208, 0, 1);
    text-decoration: underline overline;
}

#divLogin {
    width: 100%;
}

.pJanus {
    color: #343a40;
    font-size: 2rem;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

#titre {
    font-family: 'policeOSF2';
    font-size: 60px;
    margin: 20px;
}

.msg {
    font-size: 30px;
    margin-top: 20px;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 40px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-radius: 5px;
    /*border: 0.5px solid black;*/
    max-width: 450px;
    margin: auto;
    margin-bottom: 10px;
}

.btn {
    max-width: 450px;
    margin: auto;
    font-size: 40px;
    border-radius: 5px;
}
