body {
    font-family: 'Public Sans', sans-serif;
    background-image: url('../../imagenes/index/fondoLogin.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card .card-body h5 {
    font-size: 17.4px;
    color: #566a7f;
    font-weight: 500;
}

.card .card-body p {
    font-size: 15px;
    color: #697a8d;
}

.card .card-body label {
    font-size: 12px;
    color: #697a8d;
    font-weight: 500;
}

.card {
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px !important;
}

input{
    font-weight: 400 !important;
    font-size: 13px !important;
}

input:focus, 
textarea:focus, 
select:focus {
    border-color: #603fdb !important; /* Cambia el color del borde */
    box-shadow: none !important; /* Elimina la sombra por defecto */
}

.ver_pass{
    font-size: 13px;
    color: #697a8d;
}

input::placeholder, 
textarea::placeholder {
    color: #c8c7cf !important;
    opacity: 1 !important; /* Asegúrate de que el color no esté opaco */
}

