.btn-login {
    background-color: #fd7e14;
    color: white;
    border: none !important; /* Elimina el borde */
    box-shadow: none !important; /* Elimina cualquier sombra */
    border-radius: 8px;
    height: 35px;
}

.btn-login:hover {
    background-color: #e06d0d; /* Un color más oscuro para el hover */
    color: white;
    border: none !important; /* Elimina el borde */
    box-shadow: none !important; /* Elimina cualquier sombra */
    border-radius: 8px;
    height: 35px;
}
