.needs-validation input.form-control{
    height: 3rem;
    border-radius: 0rem;
    
}
.needs-validation .col-md-6{
padding-bottom: 1rem;
}
.needs-validation button.btn{
padding: 1rem 2rem 1rem 2rem;
border-radius: 0rem;
background-color: rgba(0,0,0,.6);
border: 0.1rem solid rgba(0,0,0,.6);
}.needs-validation button.btn:hover{

background-color: rgba(255,255,255,.6);
color: rgba(0,0,0,1);
border: 0.1rem solid rgba(0,0,0,.6);
}
.needs-validation input.form-control::placeholder,
.needs-validation textarea::placeholder{
    color: rgb(213, 213, 213);
    
}
.needs-validation textarea{
    border-radius: 0rem;
    height: 10rem;
}
