﻿#btnIngresarLogin {
    background-color: #075e54;
    color: #FFFFFF;
    font-family: 'MS Reference Sans Serif'
}

.general_letter {
    font-family: 'Century Gothic';
    color: #002260;
}

.responsive-img {
    width: 100%;
    height: auto;
    object-fit: contain; /* Opcional: ajusta la imagen sin distorsión */
}

#btnIngresarLogin {
    font-family: 'Century Gothic';
}
