/* CSS appliqué pour les écrans de 1000 pixels minimum */
/* Reprend comme base mobile.css */

@media all and (min-width: 1000px) {
    /*-----------------------Général-----------------------*/
    html{
        font-size: 100%;
    }

    #logo_a2mi_header{
        width: 250px;
        height: auto;
    }

    h1{
        font-size: 150%;
        margin-bottom: 2rem;
    }



    /*-----------------------Login-----------------------*/
    form{
        justify-content: center;
        margin: 0 auto;
        width: 550px;
    }

    form input[type=email]{
        width: 500px;
        margin-bottom: 1rem;
    }

    form input[type=password]{
        width: 500px;
    }

    form input[type=text]{
        width: 500px;
    }

    .cache{
        width: 24px;
    }

    .visible{
        width: 24px;
    }

    #remember_me input[type=checkbox]{
        margin-bottom: 0;
        margin-left: 4px;
        transform: scale(1.25);
        accent-color: #C8356C;
    }

    #remember_me p{
        margin-left: 0.5rem;
        margin-top: 4px;
    }

    .user_connecte a{
        margin: 1rem auto;
        padding: 0.5rem 2rem;
        border-radius: 15px;
    }

    .user_connecte a:first-of-type{
        margin-top: 3rem;
    }



    /*-------------------Reset password-------------------*/
    .h1_reset_mdp{
        font-size: 150%;
    }

    .reset_password{
        display: flex;
        flex-direction: column;
    }

    .reset_password label, .reset_password input[type="email"] {
        display: block;
    }

    .reset_password form input[type=email]{
        width: 542px;
    }

    .reset_password form label{
        margin: 0;
    }



    /*--------------------Verif mail-------------------*/
    .verif_mail{
        text-align: center;
        margin-top: 5rem;
    }
}