.formulario{
    width: 600px;
    padding: 40px;
    border:1px solid #ccc;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    text-align:left !important;
    margin-top:40px;
}
.formulario p{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.field{
    width: 100%;
    margin: 15px 0;
}
.field label, 
.field span{
    padding-left: 10px;
    /*display: block;*/
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
}
input[type=text],
input[type=email],
textarea{
    width: 100%;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}
input#nao{
    margin-left: 30px;
}
textarea{
    line-height: 20px;
    padding: 10px;
    height: 90px;
    resize: none;
}
input[type=submit]{
    display: block;
    background-color: #4c4c4c;
    height: 35px;
    border: none;
    outline: 0;
    cursor: pointer;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
label {
    display: block;
}


@media(max-width: 768px) {
    
    .formulario{
    width: 300px;
    padding: 40px;
    border:1px solid #ccc;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    text-align:left !important;
    margin-top:40px;
}
}