
@font-face {
    font-family: 'StabilGrotesk'; 
    src: url('../fonts/Web/StabilGrotesk-Regular.woff') format('woff');

    font-display: swap; 
}

@font-face {
    font-family: 'ppfragment-glareregular';
    src: url('../fonts/web/ppfragment-glareregular.woff') format('woff');
 
    font-display: swap;
}

@font-face {
    font-family: 'neptune-regular';
    src: url('../fonts/web/neptune-regular.woff') format('woff');

    font-display: swap;
}


body {
    font-family: 'neptune-regular', sans-serif;
    line-height: 1.6;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'ppfragment-glareregular', sans-serif; 
}

.main-logo {
    height: 4em; 
    max-width: 400px;
    display: block;
    margin-left: auto; 
    margin-right: auto;
    margin-bottom: 0.5rem;
}

@media (min-width: 992px) { 
    .main-logo {
        margin-left: 0;
        margin-right: 0;
    }
}


.form-control:focus {
    border-color: #E695D8; /* Cambia el borde a rosa */
    box-shadow: 0 0 0 0.25rem rgba(230, 149, 216, 0.25);
}


#togglePassword {
    cursor: pointer;
}
#togglePassword:hover i { 
    color: #E695D8;
}

.title-bg { 
    background-color: #AADAF6;
}


.link-accent-hover:hover {
    color: #E695D8 !important;
    text-decoration: underline; 
}


a.link-secondary:hover {
    color: #E695D8 !important; 
}

.captcha-container img {
    border-radius: 0.375rem; 
    margin-bottom: 0.5rem; 
}

.input-group .form-control {

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .input-group-text,
.input-group .btn { 
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}



