/* Black placeholder text just inside .fCForm__content */
.fCForm__content input::placeholder,
.fCForm__content textarea::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

/* Vendor prefixes (for older browsers) */
.fCForm__content input::-webkit-input-placeholder,
.fCForm__content textarea::-webkit-input-placeholder { color: #000; }

.fCForm__content input:-ms-input-placeholder,
.fCForm__content textarea:-ms-input-placeholder { color: #000; }

.fCForm__content input::-ms-input-placeholder,
.fCForm__content textarea::-ms-input-placeholder { color: #000; }
.fCHeader{
    background-image: url(../images/HeaderOfBecomeaMember.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 521px;
    display: flex;
    justify-content: center;
}
.fCHeader p{
    width: 100%;
    text-align: center;

}

.fCHeader__content{
    padding-inline: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
}
.fCForm{
    margin-top: -150px;
    padding-inline: 200px;
}
.fCForm__content{
    background-color: var(--White);
    padding: 60px 120px;
    box-shadow: 0px 16px 64px 0px rgba(19, 37, 84, 0.25);
}

.fCForm__content h3{
    margin-bottom:24px;
    margin-top: 40px;
}

.fCForm__content-button{
    margin-bottom:24px;
}

.fCForm__content label{
    color: var(--Midnight);
    font-family: "Cera Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.fCForm__content input{
    color: var(--Midnight);
    font-family: "Cera Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border-radius: 4px;
    background: rgba(22, 81, 165, 0.10);
}
.fCForm__content select{
    color: var(--Midnight);
    font-family: "Cera Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border-radius: 4px;
    background: rgba(22, 81, 165, 0.10);
}

.unlock p.body-large{
    font-size: 18px;
}

.VolunteerUnlock {
    background-color: var(--LightPastelBlue);
    padding-block: 120px;
}

@media only screen and (max-width: 600px) {
    .fCHeader__content{
        justify-content: left;
        align-items: normal;
        padding: 20px 30px 40px 30px;
    }
    .fCHeader{
        height: inherit;
        padding-block: 48px;
        text-align: center;
    }

    .fCHeader h1{
        font-size: 28px;
    }

    .fCHeader p {
        font-size: 16px;
        text-align: center !important;
        font-weight: 500;
    }

    .fCHeader__content{
        padding-inline: 30px;
        padding-bottom: 10px;
    }

    .fCForm__content-button{
        line-height: 60px;
    }
    .fCForm{
        margin-top: 0;
        padding-inline: 0;
        /*margin-bottom: 48px;*/
    }

    .fCForm__content{
        padding: 30px;
    }

    
    .fCForm__content h3{
        font-size: 24px ;
    }

    .VolunteerUnlock {
        padding-block: 64px;
    }

    #page > section.container-fluid.VolunteerUnlock > div > p{
        font-weight: 500;
    }
}



