main {
display: flex;
justify-content: flex-start;
margin-top: 52px;
margin-bottom: 52px;
flex-direction: column;
align-items: center;
min-height: 100vh;
background-color: #f8f4ec;
}
body {
background-color: #f8f4ec;
}
.cadastro-header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 32px;
gap:16px;
}
.cadastro-container {
background: #fff;
padding: 32px;
border-radius: 8px;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
width: 100%;
max-width: 800px;
}
.button{
display: inline-block;
padding: 12px 20px;
border-radius: 12px;
cursor: pointer;
font-size: 16px;
font-family: Rubik, sans-serif;
text-decoration: none;
background-color: #282523;
color: white;
}
.rm_prev_btn {
border: 2px solid #282523;
background-color: transparent;
color: #282523;
padding: 12px 20px;
border-radius: 12px;
}
.buttonarea {
width: 100%;
display: block;
margin-top: 10px;
}