.aanmelden {
    padding: 0px 400px 180px 400px;
}

.aanmelden .aanmelden-investeerders {
    background-color:  rgba(0, 0, 0, 0.50);
    padding: 74.47px 65.91px 62.13px 70px;
}

.aanmelden .aanmelden-investeerders > P2 {
    color: white;
    font-size: 24PX;
    line-height: 40PX;
    font-family: Muli, Regular;
    text-align: left;
    letter-spacing: 0px;
}

/* Form */


.aanmelden .wpcf7-form {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 25px;
}

.aanmelden .wpcf7 p:last-of-type {
    display: flex;
} 

.aanmelden .wpcf7 p {
    color: white;
    font-size: 22PX;
    line-height: 26PX;
    font-family: Muli, bold;
    text-align: left;
    letter-spacing: 0px;
}


.aanmelden .wpcf7-control:focus {
    outline-color: #D49579;
}
.aanmelden .wpcf7-control::placeholder {
    color: #808080;
}

.aanmelden 
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
    width: 100%;
    height: 51px;
    border: 1px solid #D0D0D0;
    color: #808080;
    font-size: 18px;
    padding-left: 12px;
    line-height: 24px;
}

/* Labels */
.aanmelden .wpcf7 label {
    text-align: left;
    font-family: Muli, Bold;
    font-size: 18px;
    line-height: 24px;
    color: white;
    opacity: 1;
}


/* Text area */
.aanmelden .wpcf7-textarea {
    width: 100%;
    height: 342px;
}

.aanmelden .wpcf7-textarea span {
    padding-top: 10px;
    font-size: 16px;
}
.aanmelden label {
    font-weight: 700;
    color: #484848;
    font-size: 16px;
    line-height: 20px;
}


/* Submit button */
.aanmelden .wpcf7 input[type="submit"]  {
    
    background: none;
    border-color: white;
    color: white;
    width: 286px;
    height: 56px;
    font-size: 18px;
    float: right;
}







@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {

    .aanmelden {
        padding: 0 10px;
    }
  
}


@media screen and (max-width: 767px) {

    .aanmelden {
        padding: 0px 15px;
    }

    .aanmelden .aanmelden-investeerders {
        background-color:  rgba(0, 0, 0, 0.50);
        padding: 42px 30px 38px 30px;
    }

    .aanmelden .wpcf7-form {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 25px;
    }

    .aanmelden .wpcf7 label {
        text-align: left;
        font-family: Muli, regular;
        font-size: 18px;
        line-height: 26px;
        color: white;
        opacity: 1;
    }

    .aanmelden .wpcf7 input[type="submit"]  {
    
        background: none;
        border-color: white;
        color: white;
        width: 100%;
        height: 56px;
        font-size: 18px;
        float: unset;
    }



    .aanmelden .wpcf7 p {
        color: white;
        font-size: 22PX;
        line-height: 30PX;
        font-family: Muli, bold;
        text-align: left;
        letter-spacing: 0px;
    }

    .aanmelden .aanmelden-investeerders > P2 {
        color: white;
        font-size: 18PX;
        line-height: 30PX;
        font-family: Muli, Regular;
        text-align: left;
        letter-spacing: 0px;
    }
    

}