body {
    font-family: Arial, sans-serif;
    background: url('BACKGROUND\ CADASTRAR\ ADMIN.png') center/ cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.container {
    font-weight: bold;
    padding: 20px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.651);
    width: 300px;
    text-align: center;
}
.box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.input-group {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    text-align: left;
}
input {
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: rgb(61, 56, 56);
    color: rgb(255, 255, 255);
}
button {
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    cursor: pointer;
    font-weight: bold;
}

header {
    padding: 1rem;
    position: fixed;
    width: 85%;
    top: 0%;
}

.menu-btn {
    background-color: rgba(0, 0, 0, 0.699);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.menu-btn a {
    color: white;
    text-decoration: none;
}