html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.truncate-text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

html {
    position: relative;
    min-height: 100%;
}

.content {
    position: relative;
    z-index: 1;
}

.primerDIV {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    .btn, .form-group{
            margin-top: 1em;
        }
}

.lado-izquierdo, .lado-derecho {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lado-izquierdo {
    width: 300px;
    background: transparent;
}

.lado-derecho {
    width: 300px;
    background: white;
    border-radius: 0 15px 15px 0;
}
