body {
    min-height: 100vh;
    background-image: url("/images/bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 16px;
}

.logo-container {
    display: flex;
    justify-content: space-between; 
    align-items: center;          
    max-width: 1200px;
    margin: 0 auto;                 
}

.logo-container img {
    object-fit: contain;
}

.logo-item img[alt="Danantara"]  {
    justify-self: start;
    height: 30px;
    width: auto;
}

.logo-item img[alt="Indibiz"]  {
    justify-self: center;
    height: 40px;
    width: auto;
}

.logo-item img[alt="Telkom"]  {
    justify-self: end;
    height: 90px;
    width: auto;
}


/* HEADER */
.header-card {
    border-radius: 16px;
}

/* CARD MATERI */
.materi-card {
    border-radius: 16px;
    transition: transform 0.2s ease;
}

.materi-card:hover {
    transform: translateY(-4px);
}


/* Background sama dengan Portal Materi */
.login-page {
    min-height: 100vh;
    background-image: url("../images/bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Card login */
.login-card {
    width: 400px;
    border-radius: 20px;
}

/* Icon bulat */
.login-icon {
    width: 56px;
    height: 56px;
    background: #2563eb;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: auto;
}

/* Input lebih lembut */
.form-control {
    border-radius: 12px;
    padding: 10px 14px;
}
