@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
* {
    font-family: "Lato", sans-serif;
}

body {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.height-vh {
    min-height: 100vh;
}

.description {
    color: grey;
}

.padd-l {
    background-color: #dbdbdb94;
    padding: 20px 18px;
}

.padd-o {
    background-color: #dbdbdb57;
    padding: 20px 18px;
}

.form-control:focus {
    background-color: #dbdbdbb0;
    border-color: #cfcfcf;
    outline: none;
    box-shadow: 0 0 0 0.25rem rgb(255 193 7 / 0%);
}

.form-control {
    width: 100%;
}

.link-register {
    color: rgb(252, 210, 24);
}

.link-register:hover {
    color: rgb(245, 207, 40);
}

.password-reset {
    text-decoration: none;
    color: black;
}

.password-reset:hover {
    color: rgba(0, 0, 0, 0.747);
}

.btn-submit {
    border-radius: 0px;
    padding: 15px 0px;
    font-weight: bolder;
}

.bg-image-login {
    background: linear-gradient(0deg, rgba(255, 193, 7, 0.5), rgba(255, 193, 7, 0.5)), url("/img/front/authentification/login.jpeg") no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.logo {
    position: absolute;
    width: 90px;
    top: 2%;
    left: 1.5%;
}

.form-check {
    display: flex;
    align-items: center;
}

.boite {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 567px;
    width: 95%;
    background-color: rgba(255, 255, 255, 0.678);
    height: auto;
}

.p-rltv {
    position: relative;
}

.modal-content {
    position: relative;
}

#closeModal {
    position: absolute;
    top: 0;
    right: 2%;
}

@media screen and (max-width: 1050px) {
    .queries-portable {
        width: 100% !important;
    }
    .abs {
        display: none;
    }
    .fade {
        display: none;
    }
}

.input-leure {
    display: none!important;
}