#logo-group-login {
    display: flex;
    align-items: center;
    width: auto;
}

#logo-login img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.logo-login-text {
    font-size: 18px;
    font-weight: bold;
}

.app-description {
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.app-title {
    color: #2c5e1a;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.intro {
    font-size: 1.1em;
    margin-bottom: 25px;
}

.section-title {
    color: #2c5e1a;
    margin: 20px 0 10px 0;
}

.feature-list,
.output-list,
.user-types {
    margin: 10px 0;
    padding-left: 20px;
}

.feature-list li,
.output-list li {
    margin-bottom: 8px;
}

.user-types {
    list-style-type: circle;
    margin-top: 5px;
}

strong {
    color: #2c5e1a;
    font-weight: 600;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}


#extr-page {
    background: #fff;
    overflow: visible;
    min-height: 100vh; 
    display: flex;
    flex-direction: column; 
}

#extr-page:after {
    content: "";
    display: table;
    clear: both;
}

#extr-page #main {
    background-color: transparent;
    flex: 1;
    padding-top: 20px;
    margin: 0;
    color: white;
    /* font-weight: bold; */
}

#extr-page #header {
    background-color: transparent !important; 
    padding: 10px;
    border-bottom: 0px solid rgba(255, 255, 255, 0.2) !important;
}

.well {
    border: 0px solid !important;
}

.text-red {
    color: red;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.select2-hidden-accessible {
    display: none;
}

.bg-light {
    background-color: #f8f9fa !important; /* Warna yang sama dengan BS5 */
}
  