#form_more-questions .frm_form_field input{
    width: 100%;
    border: none;
    outline: none;
     color: #ffffff;
    background: rgba(10, 56, 112, 0.25);
    font-size: 16px;
    padding: 10.5px 20px;
}

#form_more-questions .frm_form_field textarea{
    width: 100%;
    border: none;
    outline: none;
    color: #ffffff;
    background: rgba(10, 56, 112, 0.25);
    font-size: 16px;
    padding: 10.5px 20px;
}

#form_more-questions .frm_submit button {
    outline: none;
    padding: 15px 29px;
    border: none;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #106eea;
    background: #fff;
    transition: all 0.3s ease;
}
#form_more-questions .frm_form_field input::placeholder {
    color:white;
}

#form_more-questions .frm_form_field textarea::placeholder {
    color:white;
}

#form_more-questions .frm_submit button:hover{
       background: #e6e6e6;
}
