body {
    background-color:white;
    background:white !important;
}

#titre_lost_password {
    width:100%;
    padding-top : 5px;
    padding-bottom : 5px;
    color:#29a88d;
    font-weight: normal;
    font-size:27px;
    text-align: center;
}

#submit {
    cursor:pointer;
    text-align:center;
    color:white;
    background-color:#5aa1cb;
    border:0;
    border-radius: 4px;
    font-size:15px;
    padding:5px 15px 5px 15px;
    width:300px;
}

#reinit_wrapper{
    border:0px solid blue;
    position:absolute; 
    top: 40%; 
    margin-top: -175px; 
    left: 50%;
    width:650px; 
    margin-left: -275px;
    background-color:white;
    padding-bottom:15px;
    padding-top:10px
}

.lost_password_cadre_formulaire{
    background-color:white;
    padding-bottom:15px;
    display: flex;
    flex-direction: column;
    height: 60vh;
    /*responsive added*/
    align-items:center;
}

#cadre_formulaire {
    background-image:url("../_Images/banc_transparent.png");
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center center;
    height:300px;
    max-width:500px;
    margin:auto;
}

#cadre_formulaire input {
    width: 430px;
}

#cadre_formulaire input.input-email {
    width: 300px;
}

#reinit_wrapper_success{
    position:absolute; 
    top: 40%; 
    margin-top: -175px; 
    left: 50%; 
    width: 550px; 
    margin-left: -275px;
    background-color:white;
    padding-bottom:15px;
    padding-top:10px;			
}

.center{
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media all and (max-width: 850px){ 

    #reinit_wrapper{
        position: inherit;
        margin-left:0;
        margin-top: 100px;
        border:0px solid green;
        background-color:white;
        padding-bottom:15px;
        padding-top:10px;
        width:100%;
    }

    #reinit_wrapper_success{
        position: inherit;
        margin-left:0;
        margin-top: 100px;
        border:0px solid green;
        background-color:white;
        padding-bottom:15px;
        padding-top:10px;
        width:100%;
    }

	form input{
        font-size:1.5em	
	}

	form .center{
        font-size:1.5em;
    }
    
    #reinit_description_text{
        font-size:1.2em;
    }
}

@media all and (max-width: 600px) {

    #cadre_formulaire {
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }

    #cadre_formulaire input, #cadre_formulaire input.input-email {
        width: 100%;
    }
    
    #submit {
        width: 100%;
    }

    #ResetPassword {
        width: 100%;
    }

    #ResetPassword table {
        width: 100%;
    }
}

