.fcf-form-wrap {
    max-width: 500px;
    padding: 0px;
    margin: auto;
    margin-top: 30px;
    border-radius: 4px;
    background-color: #ffffff;
    
}

.fcf-form-wrap h4 {
    text-align: center;
    font-size: 40px;
}

#fcf-form {
    background-color: #ffffff;
    color: #363636;
}

#fcf-thank-you {
    color: #363636;
}

.label {
    color: #363636;
}

strong {
    color: #363636;
}

.input, .textarea, .select select {
    background-color: #ffffff;
    border-color: #dbdbdb;
    border: thin solid #747272;
    color: #3f3f3f;
}

.input:focus, .textarea:focus, .select select:focus, .input:active, .textarea:active, .select select:active, .input:hover, .textarea:hover, .select select:hover {
    border-color: #dbdbdb;
    box-shadow: none;
}

.file-label:hover .file-cta {
    background-color: #808080;
    color: #ffffff;
}

.file-label:hover .file-name {
    border-color: #dbdbdb;
}

.file-label:active .file-cta {
    background-color: #808080;
    color: #ffffff;
}

.file-label:active .file-name {
    border-color: #cfcfcf;
}

.file-cta {
    background-color: #363636;
    border-color: #dbdbdb;
    color: #ffffff;
}

.file-name {
    background-color: #ffffff;
    border-color: #dbdbdb;
}

.button.is-link {
    background-color: #363636;
    color: #ffffff;
}

.button.is-link:hover {
    background-color: #808080;
    color: #ffffff;
}

.button.is-link[disabled] {
    background-color: #808080;
    border-color: transparent;
    box-shadow: none;
}

.fcf-attribution {
    color: #363636;
    text-align: right;
}

.fcf-attribution-link {
    color: #363636;
}


/*adapt SMARTPHONE*/
/*adapt SMARTPHONE*/

@media screen and (max-width: 900px) {
    .fcf-form-wrap {
        width:100%;
        padding: 1rem 2rem 0 2rem;
        margin: 0px;
        margin-top: 1rem;
        border-radius: 4px;
        background-color: #ffffff;
        
    }

    .fcf-form-class {
        text-align: left;
        margin: 0px;
        width:100%;
    }

    .fcf-form-wrap h4 {
        text-align: center;
        font-size: 1.75rem;
        margin-bottom: 2rem; 
        margin-left: 0;
        margin-right: 0;    
    }

}
    
   

/* END adapt SMARTPHONE*/
/*END adapt SMARTPHONE*/