.spensa-kelulusan{
display:flex;
justify-content:center;
padding:40px 15px;
}

.spensa-card{
width:100%;
max-width:750px;
background:#ffffff;
padding:40px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.spensa-card h1{
color:#0d6efd;
margin-bottom:10px;
}

.spensa-card h3{
margin-bottom:5px;
}

.spensa-info{
background:#fff3cd;
border-left:5px solid #ffc107;
padding:15px;
border-radius:10px;
text-align:left;
margin:20px 0;
}

.spensa-info ul{
margin-top:10px;
margin-left:20px;
}

.spensa-input{
width:100%;
padding:15px;
border:1px solid #ddd;
border-radius:10px;
margin-bottom:15px;
font-size:16px;
}

.spensa-card button{
width:100%;
background:#0d6efd;
color:white;
border:none;
padding:15px;
border-radius:10px;
font-size:16px;
font-weight:bold;
cursor:pointer;
}

.spensa-card button:hover{
    background:#0b5ed7;
}

body{
    background:linear-gradient(135deg,#0d6efd,#4dabf7);
}

.spensa-logo{
    width:120px;
    height:auto;
    margin-bottom:15px;
}

.spensa-card{
    background:#ffffff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.spensa-card p{
    color:#555;
    line-height:1.7;
}

.spensa-sambutan{
    text-align:justify;
    background:#f8f9fa;
    padding:20px;
    border-radius:12px;
    margin-bottom:20px;
    border-left:5px solid #0d6efd;
    line-height:1.8;
    color:#444;
}

.spensa-sambutan p{
    margin-bottom:10px;
}

.hasil-card{
    margin-top:20px;
    padding:20px;
    background:#f8f9fa;
    border-radius:15px;
    text-align:left;
}

.status-lulus{
    margin-top:15px;
    padding:20px;
    background:#198754;
    color:white;
    text-align:center;
    font-size:22px;
    font-weight:bold;
    border-radius:12px;
}

.status-tidak{
    margin-top:15px;
    padding:20px;
    background:#dc3545;
    color:white;
    text-align:center;
    font-size:22px;
    font-weight:bold;
    border-radius:12px;
}