.corpo form{
    background-color: transparent;
    max-width: none;
    margin-bottom: 50px;
}

#texto-aviso{
    padding: 10px;
    border-radius: 10px;
}

.corpo p{
    margin-top: 0;
}

.form-group{
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}

.form-group input, .form-group textarea{
    width: 100%;
    height: 30px;
    size: 20px;
    padding: 0 10px;
    margin: 5px 0;
    resize: none
}

.form-group textarea{
    height: 250px;
    padding: 10px;
}

button{
    padding: 15px 25px;
    border: none;
    background-color: #45108A;
    color: white;
    border-radius: 25px;
    margin: 20px;
}