.cabecalho{
	display: flex;
}
h1{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 50px;
	color: #2B0548;
    padding: 0;
}
.cabecalho span{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
    padding: 0;
    min-width: none;
    text-align: left;
	color: red;
}

span{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
    padding: 5px;
    min-width: 50px;
    text-align: left;
}
form{
    display: flex;
    flex-wrap: wrap;
}
fieldset{
    font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
input{
    min-width: 280px;
    margin-left: 5px;
}