/* Enter Your Custom CSS Here */

#contactform7 {width: 80%; padding:10px; background-color: #0D1D31;}
#contactform7 {border-radius: 15px; border: 1px solid #0D1D31;}
#contactform7 .wpcf7-text {width: 100% !important; color: black;}
#contactform7 input{padding: 10px; border-radius: 10px;}
#contactform7 {text-align: center !important;}
#contactform7 .wpcf7-form-control.wpcf7-submit {
    background-color: #DC143C;
    color: white;
    border: 0px none !important;
    opacity: 1 !important;
    font-weight: bold;
    width: 60%;
    margin: auto !important;
    border-radius: 8px;
}
#contactform7 .readmore {opacity: 1 !important;}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng {
    background-color: #0D1D31; !important;
    color: white; !important;
    padding: 15px !important;
    text-align: center !important;
    border: none !important;
    border-radius: 15px !important;
    margin-left: -0% !important;
    margin: 2em 5em 1em;
}