html,
body {
    height: 100%;
}

.modal-content {
    text-align: left !important;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #dbdbdb;
}

.btn-connexion {
    width: 40%;
    background-color: #33558D;
    border-color: #33558D;
}

.label-erreur {
    width: 60%;
    color: rgb(255, 0, 0);
}

p {
    color: rgb(114, 113, 113) !important;
}

.labelRecupMdp {
    color: rgb(43, 132, 216) !important;
}

li {
    color: grey;
    font-weight: bold;
}

.motdepasse {
    color: rgb(43, 132, 216);
}

.motdepasse:hover {
    color: rgb(43, 132, 216);
}

a {
    color: rgb(43, 132, 216);
}

a:hover {
    color: #2b84d8;
}

.form-signin {
    display: none;
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
    border: 3px rgb(255, 255, 255) solid;
    background-color: rgb(255, 255, 255);
    border-radius: 10px 5px 10px 5px;
    box-shadow: 5px 5px 20px rgb(175, 175, 175);
}

.form-signin .checkbox {
    font-weight: 100;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}