    body {
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }

    h1 {
        color: white;
        text-align: center;
        font-size: 40px;
    }

    p {
        color: white;
    }

    .wrapper {
        width: 420px;
        background: transparent;
        border: 2px solid silver;
        backdrop-filter: blur(10px);
        box-shadow: 0 0 10px black;
        border-radius: 10px;
        padding: 35px 40px;
    }

    .Input {
        width: 100%;
        height: 50px;
        margin: 30px 0;
        position: relative;
    }

    input {
        width: 100%;
        height: 100%;
        background: transparent;
        border: 0px;
        outline: 0px;
        border: 2px solid white;
        border-radius: 40px;
        font-size: 16px;
        color: white;
        padding: 20px 45px 20px 20px;
    }

    input::placeholder {
        color: white;
    }

    .Lgn {
        width: 100%;
        height: 45px;
        background: white;
        border: 0px;
        outline: 0px;
        border-radius: 40px;
        font-size: 16px;
        color: black;
        font-weight: 600;
        text-align: center;
    }

    .LgnBtn {
        width: 40%;
        height: 45px;
        background: rgba(255, 255, 255, 0.393);
        border: 2px;
        outline: 2px;
        border-radius: 40px;
        font-size: 16px;
        color: white;
        font-weight: 600;
        text-align: center;
        margin: 20px;
    }

    .register {
        font-size: 15px;
        text-align: center;
        margin: 20px 0 15px;
        color: white;
    }

    a {
        color: silver;
    }

    .regi {
        width: 70px;
        background: transparent;
        border: 2px solid silver;
        backdrop-filter: blur(10px);
        box-shadow: 0 0 10px black;
        border-radius: 10px;
        padding: 10px 5px;
        margin: 10px 5px 5px;
    }

    .social {
        display: flex;
        justify-content: center;

    }

    .logos {
        height:20px;
        width:20px;
        border-radius:50%;
    }