@font-face {
    font-family: 'Museo Sans';
    src: url('https://fonts.googleapis.com/css2?family=Museo+Sans:wght@300;400;500;700&display=swap') format('truetype'); /* Asegúrate de proporcionar la ruta correcta */
    font-weight: normal;
    font-style: normal;
}

.login-body {
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 100vh;
    /**background-image: url('../images/5.jpg');*/
    background-color: #343c44;
    background-size: cover;
}
/*implementamos el estilo del formulario*/
.formulario-login{
    border-radius: 25px;
    /*position: absolute;*/
    background: #17202A;
    /*background-color: #001a70;*/

    color:#FBFCFC;
    padding: 12px;
    width: 40rem ;
    height: 20rem;
    margin: auto;
    margin-top: 5%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 4px 10px 20px rgba(0, 0, 0, 1);
}

.panelGrid{
    font-family: 'Museo Sans', sans-serif;
    /*position: absolute;*/
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.panelGrid .boton-login {
    background-color: #001a70;
    font-family: 'Museo Sans', sans-serif;
    position: relative;
    margin: auto;
    top: 2rem;
    bottom: 0;
    left: 7rem;
    right: 0;
}

.texto{
    color: rgb(242, 243, 244);
    /*font-family: 'Museo Sans', sans-serif;*/
    /*font-family: 'Museo Sans', sans-serif;*/
    font-size: 24px;

    display: flex;
    align-items: center;
    margin-left: 10%;
    justify-content: right;
}

.logoMINED{

}
.cuadroLogo{

    background-color: #343c44;
    /**box-shadow: 2px 8px 15px rgba(0, 0, 0, 1);*/
}

.custom-progress-bar .ui-progressbar-label {
    color: white; /* Cambia el color a tu preferido */
    line-height: 3rem; /* Ajusta esta altura para centrar verticalmente */
    text-align: center; /* Centra horizontalmente */
}


