body {


    background-color: #2F2A29;


}

.container {

    position: absolute;
    margin: 0 0 0 0;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 95%;


}

.presentation {
    color: #E84613;
}



.topnav {


    position: relative;
    min-height: 70px;
    height: 70px;
    width: 100%;
    z-index: 9999;
    background-color: #2F2A29;
}

.register {

    margin: 50 50 50 50;
}

.register input {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 1.2rem;
    
    padding: 1.5rem 2rem;
    border-radius: 0.2rem;
    background-color: rgb(226, 225, 225);
    border: none;
    width: 90%;
    display: block;
    border-bottom: 0.3rem solid #E84613;
    transition: all 0.3s;
}


.register label{
    font-size: 1.2rem;
}



.registererreur {

    color: rgb(255, 31, 31);
    font-size: 20px;
    text-align: left;
    background-color: rgb(219, 252, 34);
    width: 80%;
    padding: 5px;

}
