body, html {
    height: 100%;
    margin: 0;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    background: url('bg.jpg') no-repeat center center fixed;
    background-size: cover;
}
.container {
    /*max-width: 400px;*/
}
.card {
    background-color: rgba(255, 255, 255, 0.9); /* Slightly transparent background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
}
.card-body {
    padding: 2rem;
}
.logo {
    display: block;
    margin: 0 auto 1.5rem;
    width: 300px; /* Adjust the width as needed */
}
.form-select {
    width: 100%;
}
.logo_success {
    display: block;
    margin: 0 auto 1.5rem;
    width: 100px; /* Adjust the width as needed */
}
