 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200&family=Lato:wght@700&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'roboto', sans-serif;
   
    background-image:url(images/firm-handshakeNew.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}


/* style du logo */
.validation{
    display: flex;
    flex-direction: column;
}
.logo{
    width: 100px;
    display: block;
    margin: auto;
    z-index: 999;
    text-transform: uppercase;
    animation-name:apparition;
    animation-duration: 900ms;
    animation-delay: 100ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
} 

.textbox .icon-password {
    display: flex;
    align-items: center;
    position: absolute;
    transform: translateY(-50%);
    width: 30px;
    color: #EA6318;
    transition: all 0.2s;
    top: 55%;
    right: 10px;
    
}

.textbox .icon-password .feather-eye-off{
    display: none; 
}

.textbox .icon-password:hover{
    cursor: pointer;
    color: #26A577;
}

/* style de la box  */
.login-box{
    margin: auto;
    text-align: center;
    width: 600px;
    height: 500px;
    background-color: rgb(254, 250, 250);
    z-index: -1;
    /* margin-bottom: 490px; */
    border-radius: 4%;
   
}


.login{
    margin-top: 100px;
    
}
.textbox i{
    position: absolute;
    left:30px;
    top: 10px;
    width: 26px;
    color: #EA6318;

    animation-name:apparition2;
    animation-duration: 900ms;
    animation-delay: 100ms;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
}

.textbox {
    position: relative;
    outline: none;
    color: #EA6318;
    font-size: 20px;
    /* width: 400px; */
    margin: 0 10px;
    height:40px;
    margin-top: 50px;
    padding: 0;
    top: 55px;
 
}

form{
    /* position: relative; */
    width: 500px;
    margin: auto;
    margin-top: 5px;
    justify-content: center;
    display: block;
    
}

h1{
    color: #EA6318;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    justify-content: center;
    animation-name:apparition2;
    animation-duration: 900ms;
    animation-delay: 100ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    
    text-transform: uppercase;
}
h1 span{
    color: #26A577;
    margin-left: 0.5em;
}

h3{
    color: #26A577;
    display: flex;
    flex-direction: row;
    text-shadow: 0px 1px 0px #ffffff;
    /* margin-top: 30px; */
    justify-content: center;
    animation-name:apparition2;
    animation-duration: 900ms;
    animation-delay: 100ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    bottom: 50%;
}
.textbox input{

    border: 1px solid #fff;
    outline: none;
    background: #fff;
    color: #000000;
    font-size: 20px;
    width: 400px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    margin-left: 15px;
    border-radius: 40px 40px;
    height:15px;
    padding: 15px;
    padding-left: 50px;
    font-family:'Lato';

    animation-name:apparition;
    animation-duration: 1000ms;
    animation-delay: 90ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;

}
.textbox input::placeholder{
    color: #EA6318;
    margin: auto;
    font-family:'Lato';
    
}

.textbox .btn
{

    background-color:#EA6318;
    border: none;
    color:#fff;
    width: 472px;
    height: 50px ;
    font-size: 23px;
    /* margin-top: 10px; */
    cursor: pointer;
    border-radius: 40px 40px;
    padding: 15px;
    text-align: center;
    font-family:'Lato';
    
    
    
}
 
.btn:hover{

   color: #fff;
   background-color: #26A577;
}

a{
    text-decoration: none;
    color:#EA6318;  
    
}

a:hover{
    color: #26A577;
}

/* .bezier_curve p{
    color: #EA6318;
    margin-left: 155px;
  
    
} */

.sing_in{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.sing_in p{
    color: #000000;
}


 @keyframes apparition{
    0%{
        transform: translateY(10vh);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}


@keyframes apparition1{
    0%{
        transform: translateX(10vh);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}@keyframes apparition2{
    0%{
        transform: translateY(10vh);
        opacity: 0;
    }
    50%{
        transform: translateY(2px);
        opacity: 0.1;
    }
    100%{
        transform:translateY(0px);
        opacity: 0;
    }
} 




/* l'ecriture du bas style */



    
@media screen and (min-width: 595px) and (max-width: 2070px) {
    .container {
      margin: 1em 2em;
    }

    .bezier_curve p{
        text-align: center;
        margin-left: 90px;
        /* margin-top: 50%; */
    }
    
    h3{
        color: #26A577;
        display: flex;
        flex-direction: row;
        text-shadow: 0px 1px 0px #ffffff;
        /* margin-top: 30px; */
        
    }

    .textbox input{

        border: 1px solid #fff;
        outline: none;
        background: #fff;
        color: #000000;
        font-size: 20px;
        width: 400px;
        box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
        margin-left: 15px;
        border-radius: 40px 40px;
        height:15px;
        padding: 15px;
        padding-left: 50px;
        font-family:'Lato';
    
        animation-name:apparition;
        animation-duration: 1000ms;
        animation-delay: 90ms;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1;
    
    }


form{
    /* position: relative; */
    width: 500px;
    margin: auto;
    margin-top: 5px;
    justify-content: center;
    display: block;
    
}
     
  }  






