.wpcf7
{
    //background-color: rgba(12, 86, 247, 0.22);
    //border: 2px solid #0f0;
    padding: 10px;
    //display: flex;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;

}
.wpcf7Title{
    text-align: center;
}
/*input*/
/*{*/
    /*margin: 0 auto;*/
    /*//background-color: rgba(0, 61, 255, 0.67);*/
    /*color: #000;*/
    /*max-width: 600px;*/
/*}*/

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"]{
    padding:10px 10px 10px 5px;
    //width:300px;
    border:none;
    border-radius: 0px;
    border-bottom:2px solid #0774fe;
    height: 20px;
    background: linear-gradient(#fff, rgba(173, 184, 210, 0.31));
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 500;


}
input::placeholder {
    color: #c8c8c8;
    font-weight: 300;
}
p label {
    text-align: left;
    color: #0774fe;
    border-left:2px solid #0774fe;
    padding-left: 10px;
}

.wpcf7 p {

    margin-bottom: 10px;
    text-align: left;
    font-weight: 400;
    //border-top:1px solid #a9bcfe;
    text-transform: uppercase;
    font-size: 11px;
}
.textAlign {
    text-align: left;

}