@import '../client/css/reset.css';
@import '../client/component/valider/styles.css';


body {
    background-image: linear-gradient(
        -90deg,
        rgba(84, 106, 123, 0) 0%,
        rgba(1, 1, 28, 0.8) 100%
      ),
      url(asset/bg.jpg);
    background-size: cover;
    color: white;
}



nav {
    width:30rem;
    margin-left:15rem;
    margin-top: 4rem;
    text-align: center;
}

nav h1 {
    font-size: xx-large;
}

.back_container{
    display: flex;
    align-items: center;
}


form {
    width:30rem;
    margin-left:15rem;
    margin-top: 3em;
    display: flex;
    flex-direction: column;
}

form select {
    font-size: medium;
    border-style: none;
}

form input, select {
    margin-top: 1rem;
    font-size: medium;
    border-style: none;
    display: inline-block;
    height: 2rem;
}

form input[type=submit] {
    background-color: rgb(163, 33, 0);
    color:#fff;
   
}

form input[type=submit]:hover{
    background-color: rgb(138, 28, 1);
}

form h3 {
    color:white;
    border-bottom-style:solid;
    border-width: 1px;
    height: 1.5em;
}

.lienpage{
    display: flex;
    align-items: center;
    width: fit-content;
    padding:  0.5rem 1rem 0.5rem 1rem;
    margin-left:15rem;
    margin-top: 5rem;
    text-decoration: none;
    font-size: 20px;
    color:#fff;
    background-color: rgb(121, 129, 160);
}

.lienpage:hover{
    background-color: rgb(84, 91, 123);
}

.page2{
    display: flex;
    align-items: center;
}

.back{
    display: flex;
    align-items: flex-start;
}

.back_container2{
    display: flex;
    flex-direction: column;
    

}