/* Logo wrapper styling for form section */
.logo-wrapper {
    margin-top: 1rem;
    text-align: center;
}

/* Logo image below form - smaller size */
.logo-wrapper img.logo {
    width: 380px;
    max-width: 70%;
    height: auto;
}
