﻿.body-login {
    background-image: url("../img/login3.jpg");
    background-size: 100%; /* Relative to the element's size */
}

/* BACKGROUNDS */
.bg-principal {
    background-color: #2F4050 !important;
    color: #ffffff;
}

.barraDivision {
    background-color: #2F4050 !important;
    height: 3px;
}

.disableddiv {
    pointer-events: none;
    opacity: 0.4;
}

.requerido {
    color: red;
}

.form-check-input:checked {
    background-color: #80E961;
    border-color: #80E961;
}

.form-check-input {
    background-color: #F1FA7E;
}

.align-right {
    text-align: right;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 80%
}

/* Centrar el texto */
#toast-container > .toast {
    text-align: center;
    padding-left: 20px; /* Ajusta si el ícono se mueve */
}

    /* Ocultar el ícono si no lo necesitas */
    #toast-container > .toast:before {
        display: none;
    }

    /* O bien, mover el ícono arriba del texto */
    #toast-container > .toast:before {
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto 5px auto;
    }

.swal-height {
    height: 100vh;
    width: 100%;
    z-index: 9999;
}