main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}

@font-face {
    font-family: "Abeezee";
    src: url(/assets/fonts/ABeeZee-Regular.ttf) format("truetype");
}

#box-fiche {
    margin: 0;
    position: absolute;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 90%;
}

.box-mentions > p > a {
    font-size: larger;
    color: white;
    text-decoration: underline;
}

#cadreTitleLogin {
    width: 100%;
    height: 110px;
    background-color: rgba(0, 0, 0, 0.70);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#cadreTitleLogin > h1 {
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 5em;
}

.register-box {
    width: 100%;
}
.last {
    height: 20px !important;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.title {
    font-size: 2em;
    font-weight: bold;
}
.checkbox {
    height: 15px !important;
    width: 5% !important;
}

.form-label {
    height: 20px !important;
    font-family: "Abeezee";
    align-items: center !important;
}

.firstBoxLogin {
    width: 95%;
    height: 100%;
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.418);
}

.confirmation-message {
    font-family: 'Abeezee' !important;
    font-size: x-large !important;
}

.proposed-username {
    font-family: 'Abeezee' !important;
    font-size: medium !important;
    position: absolute;
    margin-top: -20px;
}

.boxLogin {
    margin-bottom: 10px;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.boxLogin > label {
    font-weight: bold;
    width: 40%;
    font-size: large;
}

.boxLogin > input {
    height: 30px;
    width: 40%;
    text-align: center;
}

.btn {
    height: 60px;
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.692);
    font-weight: bold;
    font-size: x-large;
}

.btn:hover {
    background-color: rgba(245, 245, 220, 0.644);
}