.registration-banner {
    background-color: #15284C;
    color: white;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
}

.registration-banner .banner-text {
    font-size: 1.5rem;
    font-weight: 500;
}

.registration-banner .banner-logo {
    height: 60px;
}
