section.body {
    display: flex;
    flex-direction: column;
}

aside.message {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 10px;
    background-color: #e8e8e8;
    line-height: 20px;
}

aside.form {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
}

aside.form div.card {
    border: 1px solid #dedede;
}

aside.form div.card div.header {
    background-color: #CCCCCC;
    padding: 10px;
}

aside.form div.card div.body {
    padding: 10px;
}

aside.form div.card div.body label {
    font-weight: bolder;
}

aside.form div.card div.footer {
    background-color: #CCCCCC;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-end;
}

aside.form div.card div.footer button[type=submit] {
    background: #2a612f;
    padding: 5px;
    color: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 4px;
    width: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

aside.form div.card div.body input[type=number],
aside.form div.card div.body input[type=text],
aside.form div.card div.body input[type=number],
aside.form div.card div.body textarea.observacoes {
    height: 30px;
    border: 1px solid #dedede;
    padding-left: 5px;
}

aside.form div.card div.body textarea.observacoes {
    height: 200px;
    padding: 10px;
    font-size: 1em;
}

aside.form div.card div.body span.title {
    min-width: 150px;
    display: inline-block;
    font-weight: bolder;
}

div.row.question {
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

div.column {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
}

/*ERROS*/
aside.box-erros {
    margin: 20px 0;
    background-color: #ed5454;
    color: white;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

aside.box-erros  h3 {
    display: flex;
    margin-bottom: 10px;
}

div.botao {
    display: flex;
}

div.botao button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border: 1px solid #dedede;
    padding: 2px;
    color: #2a612f;
}