body {
    margin : 0;
    padding: 0;
    font-family:  Arial, sans-serif;
    padding-bottom: 50px;
}
.card{
    box-shadow: 1px 1px 5px gray;
    padding : 1rem;
    margin-bottom: 1rem;
}

.close-card {
    float: right;
    margin : 3px;
    border: 0;
    background-color: transparent;
    outline: 0;
    border-radius: 100%;
    height : 50px;
    width : 50px;
}
.close-card:hover{
    background-color: rgba(0,0,0,0.1);
}

.login-form{
    display: flex;
    flex-direction: column;
    width : 500px;
    height: 400px;
    justify-content: center;
    align-items: center;
    margin : auto;
}
.login-form input,select{
 padding: 15px 17px;
 margin-bottom: 5px;
 width : 400px;

}
.logo-principale{
    width : 100%;
}

.login-form button{
    padding : 12px 15px;
    border : 0;
    background-color: cornflowerblue;
    cursor: pointer;
    font-weight: 800;
    font-size: 20px;
    color: white;
}


.list-group-item-service{
    text-align: center;
    font-size: 20px;
    text-transform : capitalize;

}

nav{
    border-radius: 0 !important;
}
.copyright{
    position:fixed;

    background-color: #111;
    color: white;
    bottom: 0;
    left : 0;
    width : 100%;
    z-index: 99;
    right: 0;
    height : 40p;
    text-align: center;

}
