.fundo-form{
    border-radius: 30px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.219);
    width: 100% !important;
    background-color: #fff;
}

.form-control{
    width: 450px !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    margin-bottom: 20px !important;
    font-family: "Montserrat", sans-serif;
}

label{
    font-family: "Montserrat", sans-serif;
    font-weight: bold !important;
}
.btn{
    background-color: rgb(5, 158, 0) !important;
    border: none !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    font-family: "Montserrat", sans-serif;
    font-weight: bold !important;
    font-size: 30px !important;
    width: 100% !important;
}