header {
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.logo img {
    max-height: 50px;
}

h2{
    font-family: 'Lato', sans-serif;
    font-family: 'Young Serif', serif;
}

h1 {
    font-size: 24px;
    margin: 0;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav li {
    display: inline;
    margin-left: 20px;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

input {
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input::placeholder{
    font-size: 18px;
}

button{
    margin: 10px;
    cursor: pointer;
    padding: 8px;
    width: 42%;
    height: 42px;
    box-sizing: border-box;
    background-color: #007bff;
    border-radius: 5px;
}

button a{
    text-decoration: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
}

.cadastro{
    padding: 0 0 20px 0;
}

.enviarform button a{
    display: flex;
}

.white-header {
    background-color: #ffffffc5;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    max-height: 80px; /* Ajuste a altura conforme necessário */
    width: 260px;
}

.title h1 {
    margin: 0;
    font-size: 24px;
    text-align: center;
    
}

.menu-icons ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
}

.menu-icons li {
    font-size: 30px;
    padding: 0px;
}

.menu-icons a {
    text-decoration: none;
    color: rgba(51, 51, 51, 0.66);
}

.menu-icons a:hover {
    color: #007bff;
}

 [data-component="slideshow"] .slide {
    display: none;
  }

  [data-component="slideshow"] .slide.active {
    display: block;
  }

  body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: end;
    align-items: flex-end
}

body {
	background-color: grey;

 
}

.container {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

form {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.logocadastro img{
    height: 80px;
    width: 300px;
    filter:drop-shadow( 0px 0px 19px #000000);
    padding: 0 0 100px 0;
}

.opacity img{
    filter: opacity(65%);
     filter: brightness(85%);
}
