body {
    background: #E4E4E4;
}
.Loupe_login {
    height: 100vh !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
input,
select,
textarea {
    box-shadow: none;
    border: 0.5px solid rgba(60, 60, 59, 0.5);
    border-radius: 10px;
    padding: 12.7px;
    color: #8B8B8A !important;
    background: none;
    text-align: left;
}
.Loupe_login {
    display: flex;
    align-items: center;
}

.Loupe_login > .Loupe_login_card {
    width: 100%;
    max-width: 282px;
}

.Loupe_login > .Loupe_login_card input {
    width: 100%;
    margin-top: 10px;
}

.Loupe_login>.Loupe_login_card input[type="submit"] {
    margin-top: 15px;
    background-color: #9671AE;
    color: #fff !important;
    border-radius: 10px;
    text-align: center;
}

.Loupe_version {
    position: absolute;
    bottom: 18px;
    left: calc(50% - 15px);
    font-weight: 100;
    font-size: 10px;
    color: #515151;
    letter-spacing: 6px;
}

.Loupe_container {
    max-width: calc(100% - 30%);
    margin-right: auto;
    margin-left: auto;
}

section {
    margin-top: 0 !important;
}


@media (max-width: 768px) {
    .login-logo img {
        width: 100%;
    }
    .login-logo {
        max-width: calc(100% / 5* 3);
    }
}