﻿/* Set padding to keep content from hitting the edges */
/*.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/
 
 
/*ESTILOS DECLARADOS*/
 

.titulos {
    position: absolute;
    left: 10.51%;
    right: 10.26%;
    font-family: "Urbanist", sans-serif;
    /*top: 58.29%;
        bottom: 34.72%;*/
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
}

.cuerpo {
    /* Estas por iniciar tu proceso de registro para solicitar la apertura de una cuenta digital con Finsocial. */
    font-family: "Urbanist", sans-serif;
    left: 8%;
    right: 8%;
    font-style: normal;
    color: #000000;
    font-size: 18px;
    /*top: 60%;
        bottom: 30.45%;*/ 
}

.img-2 {
    left: 24.87%;
    right: 22.82%;
    top: 22.16%;
    bottom: 53.67%;
}

.btn-fin-inicio {
    background: #0D0A61;
    border-radius: 12px;
    font-family: 'Urbanist';
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    width: 90%;
    bottom:10px;
}

.btn-fin {
    background: #0D0A61;
    border-radius: 12px;
    font-family: 'Urbanist';
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;    
}

    .btn-fin:hover {
        color: #FFFFFF;
        background-color: #0D0A61;
        border-color: #FFFFFF;
    }

.btn-fin-borde {
    border-color: #0D0A61;
    background: #FFFFFF;
    border-radius: 12px;
    font-family: 'Urbanist';
    font-style: normal;
    font-size: 16px;
    color: #0D0A61;
    width: 100%;
}

.btn-fin-cancelar {
    border-color: #0D0A61;    
    border-radius: 12px;
    font-family: 'Urbanist';
    font-style: normal;
    font-size: 16px;
    color: #000000;
    width: 100%;
}
      
    .btn-fin-cancelar:hover {
        border-color: #0D0A61;
        border-radius: 12px;
        font-family: 'Urbanist';
        font-style: normal;
        font-size: 16px;
        color: #000000;
        width: 100%;
    }