﻿
.abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
}

body {
    font-family: Inter;
}
.titulo_login {
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
}
.caja_logo {
    display: flex;
    justify-content: center;
    padding-bottom: 1.5em;
}
.no_select {
    user-select: none;
}