body {
    background-color: #192533;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.cabecalho {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vh;
}

.cabecalho__logo {
    width: 50vw;
}

.titulo {
    color: rgb(230, 230, 230);
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 5vw;
}

.box-cadastro {
    width: 70vw;
    margin: 5vh auto 0 auto;
    border-radius: 10px;
    padding: 5vw;
    background-color: #28394cf7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 2.2vh;
    box-shadow: 0px 10px 40px #00000056;
}

.box-cadastro__item {
    outline: none;
    padding: 2vw 4vw;
    width: 62vw;
    align-items: center;
    height: 4vh;
    border-radius: 10px;
    background-color: #64809ef7;
    margin: 0;
    margin-bottom: 1.5vh;
    margin-top: 0.7vh;
    box-shadow: 0px 10px 10px #00000056;
    color: #f0ffffde;
}



.box-cadastro__btCadastrar {
    width: 100%;
    height: 7vh;
    border-radius: 10px;
    font-weight: 800;
    background-color:#64809ef7;
    color: white;
    margin-top: .7vh;
    box-shadow: 0px 10px 10px #00000056;
}

.box__registre {
    width: 100%;
    margin-top: 0.7vh;
    text-align: end;
    font-weight: 300;
    color: white;
}

label {
    color: white;
}


input::placeholder {
    color: #f0ffff94;
}