body {
    margin: 0%;
    padding: 0%;
    background-image: url("/imgs/background_connexion.jpg");
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
}
.wrapper {
    width: 390px;
    height: auto;
    color: #4d4d4d;
    padding: 34px 40px;
    box-sizing: border-box;
    background-color: rgba(250, 244, 244, 0.6);
    border-radius: 10px;
    margin: auto;
}
.wrapper a {
    color: #4d4d4d;
}
.wrapper hr {
    width: 50%;
    margin-top: -1px;
    margin-bottom: 30px;
    color: #7e7e7e;
}
.wrapper h1 {
    margin: 0%;
    padding: 0%;
    font-size: 22px;
    text-align: center;
}
.wrapper input {
    margin-bottom: 20px;
}
.wrapper input[type="text"],
.wrapper input[type="password"],
.wrapper input[type="email"] {
    width: 98%;
    height: 25px;
    display: block;
    border-radius: 5px;
    border: 1px solid #4d4d4d;
    margin-top: -15px;
}
.bottom {
    padding: 15%;
}
.wrapper input[type="submit"] {
    color: #ffffff;
    font-weight: bold;
    margin: auto;
    margin-block: -35px;
    display: block;
    background-color: #4d4d4d;
    border-radius: 5px;
    border: 0px;
    width: 50%;
    padding: 7px;
}
.bottom-text {
    margin: 0%;
    padding: 0%;
    margin-top: -35px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.bottom-text a {
    color: #00b0a9;
}
.bottom-text a:hover {
    color: #73d8d0;
}
.logo img {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
}

@media (max-width: 900px) {
    body {
        background-repeat: no-repeat;
        background-size: auto;
    }
    .wrapper {
        margin: 10px !important;
        width: 90%;
    }
    .bottom-text {
        margin-top: 5px;
    }
}
