.form-control, .form-check-input {
    border-color: black;
}

.form-text {
    color: black;
}

.enlace {
    cursor: pointer;
}

.FNMT_OnboardingCabecera{ margin:0 0 0.33em 0;  display:block; 
                     height:60px; background:url(../img/layout_set_logo.png) right no-repeat; width:100%;}

.spinner-wrapper {
    background-color:   #d6dbdf ;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;  
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-border-60 {
    width: 60px;
    height: 60px;
}

.mensaje {
    display: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px red solid;
}

.boton {
    display: inline-block;
    border: 1px solid #2e518b;
    padding: 15px;
    background-color: #0047ba;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    border-radius: 15px;
    font-size: 16px
}

.logo {
     position: absolute;
     right: 5px;
     top: 5px;
     z-index: 500;
}