html, body {
    height: 100%;
}

/* .auth-form-wraper { */
    .page-wrapper{
    min-height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.auth-form-window{

    /* border:2px solid black; */
    max-width: 30%;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px 5px rgba(56, 56, 56, 0.466);
    background: linear-gradient(#ace189 0%, #71b75c 10%, #3a7835 50%, #234824 100%);
    display: flex;
    align-items: center;
    justify-content: center;

}
.login-form{
    width: 100%;
}

.btn-warning{
    float:right;
}
.btn {
    min-width: 48%;
}
.button-wrapper {
margin-top:50px;
}

@media (max-width: 992px) { 
    .container {
        min-height: 100%;
        margin:0;
        --bs-gutter-x: 0 !important;
    }
/* .auth-form-wraper { */
    .page-wrapper{

        min-height: 100%;
    }

    .auth-form-window{
        min-width: 100%;
        border-radius: 0px;
        min-height: 100%;
    }

}