/* Target the image directly using its source attribute to ensure accuracy */
img[src*="1200px-Potomac-logo-trans-1.png"] {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 60% !important; /* Prevents it from breaking mobile layouts */
    height: auto !important;
}

/* Ensure the parent container doesn't restrict it to the left */
.ic-Login-header, .ic-Login-header__logo-link {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}

.ic-Login__content{
border-radius: 12px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.ic-Login-header {
padding:0px;
}
.ic-Login__body {
border-radius: 12px;
}
