#affiliate-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.65);
    z-index: 999;
}

#affiliate-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    z-index: 1000;
    border-radius: 12px;
}

.affiliate-registration-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}


body.modal-open {
    overflow: hidden;
}
