body{
background:#f4f7fb;
font-family:Segoe UI;
}

.header{
background:#003A8F;
color:white;
padding:18px;
font-size:22px;
font-weight:600;
text-align:center;
}

.portal-card{
margin-top:30px;
border:none;
box-shadow:0 4px 15px rgba(0,0,0,0.1);
border-radius:8px;
}

.section-title{
color:#003A8F;
font-weight:600;
margin-top:10px;
margin-bottom:10px;
}

label{
font-weight:500;
}

.btn-eurofins{
background:#003A8F;
color:white;
padding:10px 25px;
border:none;
border-radius:4px;
}

.btn-eurofins:hover{
background:#002b6b;
}

.select2-container{
width:100%!important;
}

.select2-selection{
min-height:38px!important;
}

.card-body{
padding:30px;
}