html{
    font-size: 62.5%;
}
.menu-section{
    border-right: none;
    min-width: 0;
    padding-left: 0;
}
.menu-section:hover, .menu-section:focus, a:focus{
    background-color: transparent;
}
header{
    padding-left: 40px;
    box-shadow: none;
}
main{
    width: 100%;
    max-height: calc(100vh - 64px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 80px;
}
.panel-1{
    width: 460px;
    padding: 2.5rem;
    box-shadow: none !important;
    margin-bottom: 0;
}
.panel-1:hover{
    cursor: default;
}
.fila{
    width: 100%;
}
.panel_inicio_sesion{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 30px;
}
.titulo-inicio-sesion{
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}
.button-add{
    width: 100%;
    margin-top: 15px;
}
.input-login{
    border-radius: var(--redondeo-esquinas);
    background-color: white;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .24);
}
.columna-datos{
    gap: 12px !important;
}