/*botão de sugerir*/
.btn-sugerir {
    display: flex;
    cursor: pointer;
    margin-top: 25px;
    position: relative;
    font-size: 15px;
    padding: 4px;
    background-color: #5da7e4;
    color: #ffffff;
    border: 2px solid transparent;
    justify-content: center;
}

/*site da validação*/
.body_valida {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.valida_container {
    margin-top: 60px;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

.logo {
    height: 30%;
}