*{
    padding: 0;
    margin: 0;
}
#titulo{
    position: relative;
    font-family: sans-serif;
    color: hsl(308, 86%, 22%);
    margin-left: 7%;
    display: flex;
    left: 220px;
}
#subititulo{
    font-family: sans-serif;
    color: hsl(300, 36%, 51%);
    margin-left: 10%;
    filter: contrast(100%);
}
fieldset{
    border: 0;
}
body{
    background-color: hsl(306, 23%, 66%);
    font-family: sans-serif;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
input, select, button{
    border-radius: 5px;
}
input:focus {
    border: 3px solid blue; 
    background-color: lightyellow; /* Altera o fundo para amarelo claro quando em foco */
}

.campo{
    margin: 15px;
}
.campo label{
    margin-bottom: 0.2em;
    color:rgb(94, 5, 74);
    display: block;
}
fieldset.grupo .campo{
    float: left;
    margin-right: 1em;
}
.campo input[tipe="text"], .campo input[tipe="text"], .campo select{
    padding: 0.2em;
    border: 1px solid violet;
    box-shadow: 2px 2px 2px black;
    display: block;
}
.campo select option{
    padding-right: 1em;
}
.botão{
padding: 10px 20px;
font-size: 1.2em;
background-color: rgb(107, 4, 68);
border: 0;
color: rgb(231, 131, 193);
transform: translate(-50%, -50%);
text-align: center;
border: none;
border-radius: 5px;
cursor: pointer;
}
.botão-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
.botão:hover{
    background-color: green;
    color: black;
    box-shadow: 2px 2px 2px black;
    text-shadow: none;
}
#form{
    background-color: white;
    border: 10px double hsl(323, 83%, 20%);
    width: 1100px;
    height: 1890px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;

}
#lic{
    width: 50px;
    height: 50px;
}
