body{
    background-image: url('/images/login/login.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

main{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-image: url('https://media.istockphoto.com/id/1354854651/fr/vectoriel/science-ou-technologie-moderne-arri%C3%A8re-plan-abstrait-utilisant-la-roue-dent%C3%A9e.webp?s=2048x2048&w=is&k=20&c=H5Af6QHUiVNVINm7og_jzKLtd0LwiTqRv0FGcpLX_7Y='); */
    background-repeat: no-repeat;
    background-size: auto;
}

h1{
    color: white;
    margin-bottom: 145px;
}

.registration_form{
    width: 300px;
    padding: 84px 154px;
    border-radius: 7px;
    backdrop-filter: blur(6px);
    border: 1px solid #ff6700;
    /* margin-top: 300px; */
    
}

.registration_form label{
    color: white;
    text-align: center;
}

.registration_form input{
    background-color: transparent;
    border: 1px solid #ff6700;
    height: 29px;
    border-radius: 7px;
    color: white;
}

.registration_form input:focus{
    outline: none;

}

.first_name, .username, .password{
    display: flex;
    flex-direction: column;
    height: 67px;
}

.consentement{
    display: flex;
    flex-direction: row-reverse;
}


.consentement a {
    color: #ff6700;
}



.registration_form button{
    width: 100%;
    margin-top: 30px;
    background-color: #ff6700;
    border: none;
    height: 29px;
    border-radius: 7px;
    color: white;
}