body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    overflow-x: hidden;
}

.barra_lateral{
    position: sticky;
    top: 0;
    max-height: 100vh;
}

.DonDigitalLogo {
    max-width: 50%;
}

.registro_login {

    border: 2px solid black;
    border-radius: 5px;

    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3%;
    padding-bottom: 3%;

    margin-bottom: 3%;
}

.registro_login label{
    font-size: 130%;
    font-weight: bold;
}

.registro_login input{
    min-height: 30px;

    font-size: 120%;
}

.registro_login .submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.circulo_barraLateral{
    display: inline-block;
    width: 15%;
    margin-left: 5%;
    border-radius: 50%;

    background-color: red;
    color: aliceblue;
    font-size: 80%;
    text-align: center;
}

.filas_reapertura{
    background-color: #ffe599 !important;
}

.link_falso{
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.oculto{
    height: 0;
    overflow: hidden;
}