body{
    display: flex;
    background-position: -2.5rem -12rem;
    background-size:auto;
    background-repeat: no-repeat;
    background-clip: content-box;
    align-items: center;
    align-content: center;
    margin-top: 10rem;
}
main{
    display: block;
}
input{
    margin: .3rem;
    background-color: rgb(255, 255, 255);
}
#container{
    max-width: 40rem;
    padding: 2.5rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.815);
    filter: blur();
}
img{
    max-width: 25rem;
}
#logo{
    margin: -4rem;
    scale: 1.4;
}

@media (max-width: 768px) {
    #container {
        padding: 2rem !important;
    }

    #logo {
        max-width: 160px !important;
        margin-bottom: 2rem !important;
    }

    .form-control-lg {
        font-size: 1rem !important;
        padding: 0.75rem !important;
    }

    #btn-login {
        width: 75% !important;
    }
}

@media (max-width: 576px) {
    #container {
        max-width: 90% !important;
        padding: 1.5rem !important;
    }

    #logo {
        max-width: 140px !important;
    }

    #btn-login {
        width: 100% !important;
    }
}