/* Hintergrundbild für die Form-Cover anpassen */
.youzify-membership-form-cover {
    background-image: url('https://ketmarket.eu/wp-content/uploads/2024/05/Logofarbig.png') !important; /* Eigenes Bild hier einfügen */
    background-size: calc(100% - 75px); /* Bildgröße mit 20px Abstand links und rechts */
    background-position: center!important ; /* Bild zentrieren */
    background-repeat: no-repeat!important ; /* Bild nicht wiederholen */
    height: 250px !important ; /* Höhe des Containers */
    
}

/* Textstil des Titels ändern */
.form-cover-title {
    font-size: 26px !important; /* Schriftgröße */
    font-weight: bold !important; /* Fettschrift */
    color: #ffffff !important; /* Titeltextfarbe */
    /*text-align: center !important; /* Zentrierung des Textes */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.0) !important; /* Schattierung */
    border-radius: 0px !important; /* Abgerundete Ecken */
    display: block !important; /* Sicherstellen, dass das Element blockiert wird */
    margin: 0 auto !important; /* Zentrierung horizontal */
}

.youzify-membership-link-button {
    background-color: #005E86 !important;
}