.auth.login-full-bg {
            background: url("assets/img/bg/bg-09.png");
    }
    .auth .auth-form-dark {
        background: rgba(0, 0, 0, 0.9);
        color: #aaaaaa;
    }
    
body{
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%23a498b9' fill-opacity='0.16'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
.main-cont{
    height: 100vh;
    width: 90%;
    border: 2px solid #929292;
    box-shadow: 10px 10px 5px 0px rgba(135, 115, 61,0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(135, 115, 61,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(135, 115, 61,0.75);
    overflow-y: scroll;
    padding: 0.5em 0.5em;
}
h1{
    font-size:2rem;
    color: #0D1667;
}
h5{
    font-size:.7rem;
    color: #0D1667;
}
.titulo-principal{
    padding: 4em 0 0 4em;
    padding: 1rem 0;
    text-align: center;
}
.subtitulo{
    padding: 0.5em 0.5em;
    margin-left:10px;
    margin-right:1px;
    color: #14535e;
    border-bottom: 2px solid #ccc !important;
    border-top: 2px solid #ccc !important;
    background: #f0f0f0;
}

.bienvenido{
    padding: 1em 1em;
    color: #91707d;
}
.tipuser{
    color: #581845
}
.pad1{
    padding: 1em 1em;
}
.form-interno{
    border: 1px solid #ce84a2;
    border-radius: 15px;
}
.pad2{
    padding: 2em 2em;
}

.separador{
    border-top: 1px solid #ccc !important;
    margin-top:15px;
    overflow-y: scroll;
}

.cuadro{
    border: 1px solid #ccc !important;
}

.rosa{
    color: #ffffff;
    background-color: #ce84a2;
}

.tit-intermedio{
    font-size:1.19rem;
    color: #ce84a2;
}

.botonV{
    background-color: #bd6aa5;
    padding: 0.5em 0.5em;
    margin-right:10px;
    color: #ffffff;
    border-bottom: 2px solid #ccc !important;
    border-top: 2px solid #ccc !important;
}
.btn_back{
    position: fixed;
}
.btn_back a{
    color: #ce84a2 !important;
    font-weight: bold;
    cursor: pointer;
}
.main-cont{
    background: #fafafa;
}
/* Media query para pantallas medianas */
@media (min-width: 0px) and (max-width: 769px) {
    h5{
        margin-top: 0;
        font-size:.9rem;
    }
    h1{
        font-size:1.5rem;
    }
    .titulo-principal{
        text-align: center;
        padding: .25em .25em;
    }
    .main-cont{
        height: 100vh;
        margin:auto 5%;
        width:85% !important;
        margin: 2em auto;
    }
    .btn_back{
        width: 3rem;
        height: 2rem;
        right: .25rem;
        top: .25rem;
        border-right: solid 2px #ce84a2;
        border-bottom: solid 2px #ce84a2;
        display: flex;
        align-items: center;
        
    }
    .btn_back a{
        font-size:.9rem;			
        text-align:center;
    }
    
        
}

/* Media query para pantallas medianas */
@media (min-width: 769px) and (max-width: 1024px) {
    h5{
        font-size:1.19rem;
    }
    h1{
        font-size:3rem;
    }
    .titulo-principal{
        text-align: center;
        padding: 1rem 0;

    }
    .main-cont{
        height: 100vh;
        width: 80%;
        margin:auto 15%;
        background: #fff;
    }
    .btn_back{
        width: 3.5rem;
        height: 2rem;
        right: 1rem;
        top: 1rem;
        border-right: solid 2px #ce84a2;
        border-bottom: solid 2px #ce84a2;
        display: flex;
        align-items: center;
        
    }
    .btn_back a{
        font-size:1.19rem;			
        text-align:center;
    }
}

/* Media query para pantallas más grandes */
@media (min-width: 1025px) {
    h5{
        font-size:2.19rem;
    }
    h1{
        font-size:5.19rem;
    }
    .titulo-principal{
        text-align: center;
        margin-top: 2em;
    }
    
    .btn_back{
        width: 5rem;
        height: 2rem;
        right: 2rem;
        top: 2rem;
        display: flex;
        align-items: center;
        
    }
    .btn_back a{
        font-size:1.8rem;			
        text-align:center;
    }
}