﻿@import url('https://fonts.googleapis.com/css2?family=Protest+Strike&display=swap');

.protest-strike {
    font-family: 'Protest Strike', sans-serif;
}

@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url('fonts/HelveticaNeue-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.helvetica-medium {
    font-family: 'HelveticaNeue-Medium', sans-serif;
}

.alert {
    padding: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}

.alert-secondary-app {
    color: #f6f7fa;
    background-color: #f6f7fa;
    border-color: #f6f7fa;
}

.btn-primary-app {
    background-color: #004a86; /* azul Bootstrap */
    color: #f6f7fa;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn-primary-app:hover {
        background-color: #2a74ac;
        color: #ffffff;
    }

.img-login {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.img-responsiva {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

body-login {
    background-image: url('../images/f');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain; 
    background-color: #fff; 
}

.accountt-body {
    width: 100%;
    height: 100vh;
}

    .accountt-body.accountbg {
        background-image: url("../images/fondo.png");
        background-position: center center;
        background-size: cover;
        background-repeat: repeat;
        background-color: rgba(0, 0, 0, 0.04);
    }
