2021-11-25 16:19:13 -03:00
|
|
|
#logo {
|
|
|
|
width:80%;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.p-6 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
button, input[type="submit"] {
|
2021-11-27 10:37:23 -03:00
|
|
|
background:teal;
|
|
|
|
border-radius:5px;
|
|
|
|
padding:5px;
|
2021-11-25 16:19:13 -03:00
|
|
|
color:white;
|
2021-11-27 10:37:23 -03:00
|
|
|
margin:15px;
|
2021-11-25 16:19:13 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
input.formulario {
|
|
|
|
background-color: white;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|