.login-logo img {
    max-width: 120px;       /* Adjust logo width */
    height: auto;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;

    /* Make image circular */
    border-radius: 50%;
    border: 3px solid #2c3e50;  /* Optional: add a border matching your color scheme */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);  /* Optional: subtle shadow */
}
