body {
    background-image: url('../images/7ade0d71-2712-46e7-83cc-cbda655d6f9f_cleanup.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    
    display: flex; 
    align-items: center; 
}

.bg-white {
    background-color: rgb(158 134 178) !important;
    
    opacity: 0.95; 
    
    border-radius: 15px; 
    
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    
    padding: 30px; 
}

.form {
    height: 500px;
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-indigo-600 {
    background-color: rgb(138 88 174) !important;
}

.justify-center {
    justify-content: center !important; 
    margin: 0 auto !important; 
}

.max-w-md {
    max-width: 90% !important; 
}


@media screen and (min-width: 1024px) {
    
    .justify-center {
        justify-content: right !important;
        margin-right: 200px !important;

    }

    .max-w-md {
        max-width: 34rem !important;
    }
}