/* Set a style for all buttons */
input[type=submit] {
    background-color: #00acfc;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: 1px solid white;
    cursor: pointer;
    width: 50%;
    text-align: center;
}
input[type=submit]:hover {
    background-color: white;
    color: #00acfc;
    border: 1px solid #00acfc;
}

/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
}

#mdpOublie{
    text-align: auto;
    color: rgb(139, 138, 138);
    text-decoration: none;
    margin-left: auto;
}

#form_connexion{
    position: auto;
    padding-top: 0px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color:rgb(255, 255, 255, 0.9);
}



@media only screen and (max-width: 1000px) {
    /* styles spécifiques pour les écrans de 1000px ou moins */
    body{
        color:black;
        background-color:rgb(255, 255, 255);
        background-image:url('/frontend/pages/css/img/login_licencie.jpg');
        background-repeat: repeat;
        background-size:auto;
        background-position: 60% 50%;
    }
    #background{
        margin: 0 auto;
        margin-top:0px;
    
    }
    #image_login{
        position:absolute;
        padding-top: auto;
        margin: 0 auto;
    }
    /* Bordered form */
    form {
        width:90%;
        padding: 20px;
        border: 1px solid #f1f1f1;
        background: rgb(255, 255, 255);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }
  }

@media only screen and (min-width: 1001px) {
    /* styles spécifiques pour les écrans de 1001px ou plus */
    body{
        color:black;
        background-color:rgb(255, 255, 255);
        background-image:url('/frontend/pages/css/img/login_licencie.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }
    #background{
        margin: 0 auto;
        margin-top:0px;

    }
    #image_login{
        position:absolute;
        padding-top: 0px;
        margin: 0 auto;
    }

    /* Bordered form */
    form {
        width:50%;
        padding: 40px;
        border: 1px solid #f1f1f1;
        background: rgb(255, 255, 255);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
        text-align: left; /* Left-align text 'Nom d'tutilisateur / Mot de passse / Mot de passe oublié ?' */
    }
}