﻿body {
    background-color: #fff !important;
}

.login:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
    width: 80%;
    filter: brightness(100);
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    left: -11%;
}

.page-body.logos .card {
    border: none !important;
    box-shadow: none !important;
}

.page-body {
    margin-top: 0;
    min-height: 1000px;
    padding-bottom: 5rem;
    margin-bottom: 0;
}

.page {
    max-width: 30rem;
}

.page-wrapper {
    background-color: #21356b;
}

.navbar-brand-image {
    height: 8rem;
}

.bienvenidos {
    background-color: #003a82c7;
    box-shadow: 20px 20px 60px -30px;
}

.formulario {
    background-color: #fff;
    z-index: 2;
    position: relative;
}

.main-form:before {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main-form-register:before {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media (max-width: 992px) {
    .main-form:before {
        content: "";
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: 0;
    }

    .main-form-register:before {
        content: "";
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 60%;
        bottom: 0;
    }
}

@import url('https://rsms.me/inter/inter.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif !important;
}

body {
    font-feature-settings: "cv03", "cv04", "cv11";
}

.card-body {
    padding-left: 100px;
    padding-right: 100px;
}

.container-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 500px;
    margin: auto;
}

.custom-card {
    margin-top: 30px;
    padding: 20px;
    width: 400px;
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
    transition: transform 0.3s, box-shadow 0.3s !important;
}



.titulo {
    color: #003a82c7; /* Cambia a rojo si es necesario */
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin-block-start: 10px;
}

.subtitulo {
    color: #003a82c7; /* Cambia a rojo si es necesario */
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-block-start: 10px;
}

.body-bg-img {
    background-image: url('../assets/img//minerd/diseno-del-login.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.img-logo {
    width: 130px;
    height: auto;
}

.logoMinerd {
    height: auto;
    width: 200px;
}

.iniciarSesion {
    margin-bottom: 16px;
    font-size: 18px;
}

.imgDGTIC {
    height: auto;
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    margin: 30px 0px 0px 50px;
}

.custom-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.container-center {
    display: flex;
    align-items: center; /* Centrar verticalmente */
    justify-content: space-between; /* Espacio entre los elementos */
    position: relative;
    width: 100%; /* Asegurar que ocupe todo el ancho */
    max-width: 1200px; /* Limitar el ancho del contenedor */
    margin: 0 auto; /* Centrar horizontalmente el contenedor */
    padding: 0 20px; /* Espacio lateral */
}

.page-body.logos .card {
    border: none !important;
    box-shadow: none !important;
}

.ddlAlcance {
    position: absolute;
    z-index: 1050;
}

.page-wrapper {
    padding-left: 250px;
}

@media (max-width: 1370px) {
    .page-wrapper {
        padding-left: 200px;
    }

    .imgDGTIC {
        height: auto;
        width: 150px;
        position: fixed;
        top: 0;
        left: 0;
        margin: 30px 0px 0px 77px;
    }
}

@media (max-width: 585px) {
    .page-wrapper {
        padding-left: 0;
    }

    .imgDGTIC {
        display: none;
    }

    .imgDGTIC {
        display: none;
    }

    .logoMinerd {
        height: auto;
        width: 200px;
        margin-bottom: 2rem;
    }

 

    .titulo {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        margin-block-start: 10px;
    }

    .subtitulo {
        color: #003a82c7;
        font-weight: bold;
        font-size: 12px;
        line-height: 20px;
        margin-block-start: 10px;
    }

    .custom-card {
        font-size: 12px;
        margin-top: 30px;
        padding: 20px;
        width: 97%;
        border-radius: 12px !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
        transition: transform 0.3s, box-shadow 0.3s !important;
    }

    .form-control {
        font-size: 12px !important;
    }
}

.tblHeader {
    --bs-table-bg: #0d47a1 !important;
    color: white;
    font-weight: bold !important;
}