.login-header {
    background: linear-gradient(180deg, #1e4f91, #1b3f77);
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-badge {
    font-size: 0.9rem;
    border-radius: 50px;
}

.input-group-text {
    border-right: 0;
}

.form-control {
    border-left: 0;
}
.to-\[\#e8f0f9\] {
    --tw-gradient-to: #e8f0f9;
    --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.from-slate-50 {
    --tw-gradient-from: #fcf9fa;
    --tw-gradient-stops: var(--tw-gradient-via-stops);
}
body {
    background-color: #fcf9fa;
    background-image: linear-gradient(135deg, #fcf9fa 10%, #e8f0f9 100%);
    background-size: cover;
}
.ada-box {
    background-color: #E8EFF7 !important;
}

.ada-link {
    color: #1e5ba8;
    font-size: 0.875rem;
    transition: color 0.2s ease-in-out;
}

    .ada-link:hover {
        color: #1A4D8F;
        text-decoration: none;
    }
.admincard {
    border-radius: 1rem !important;
}
    .admincard .card-header:first-child {
        border-radius: 1rem 1rem 0 0 !important
    }
